#BD7436

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

Shades of Meteor #BD7436

Tints of Meteor #BD7436

Color information

#BD7436 (or 0xBD7436) is unknown color: approx Meteor. HEX triplet: BD, 74 and 36. RGB value is (189,116,54). Sum of RGB (Red+Green+Blue) = 189+116+54=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7436 is #428BC9. Grayscale: #838383. Windows color (decimal): -4361162 or 3568829. OLE color: 3568829.

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

Color convert

RGB18911654-
CMYK00.390.710.26
HSL27.56º55.56%47.65%-
HSV(B)27.56º71.43%74.12%-
XYZ27.923.586.57-
YUV130.7684.68169.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=52.65%
G=32.31%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891165400.390.710.2627.5655.5647.65
HexBD7436027471A1c3830
Octal2751646604710732347060
Binary101111011110100110110010011110001111101011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7436; }

 p { color: rgb(189,116,54); }

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

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

 a { background-color: rgb(189,116,54); }

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

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

 span { border-color: rgb(189,116,54); }

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