#BD7035

Color #BD7035 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BD7035

Tints of Meteor #BD7035

Color information

#BD7035 (or 0xBD7035) is unknown color: approx Meteor. HEX triplet: BD, 70 and 35. RGB value is (189,112,53). Sum of RGB (Red+Green+Blue) = 189+112+53=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7035 is #428FCA. Grayscale: #808080. Windows color (decimal): -4362187 or 3502269. OLE color: 3502269.

HSL color Cylindrical-coordinate representation of color #BD7035: hue angle of 26.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD7035 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18911253-
CMYK00.410.720.26
HSL26.03º56.2%47.45%-
HSV(B)26.03º71.96%74.12%-
XYZ27.4222.666.3-
YUV128.385.51171.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=53.39%
G=31.64%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891125300.410.720.2626.0356.247.45
HexBD7035029481A1a382f
Octal2751606505111032327057
Binary101111011110000110101010100110010001101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7035; }

 p { color: rgb(189,112,53); }

 H1.HeaderClassName
 {
   color: #BD7035;
 }
 .AnyTagClassName
 {
   color: #BD7035;
 }
</style>
background-color css

<style>
 a { background-color: #BD7035; }

 a { background-color: rgb(189,112,53); }

 div.DivClassName
 {
   background-color: #BD7035;
 }
 .BgClassName
 {
   background-color: #BD7035;
 }
</style>
border-color css

<style>
 span { border-color: #BD7035; }

 span { border-color: rgb(189,112,53); }

 td.TdClassName
 {
   border-color: #BD7035;
 }
 .TagClassName
 {
   border-color: #BD7035;
 }
</style>