#BD7336

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

Shades of Meteor #BD7336

Tints of Meteor #BD7336

Color information

#BD7336 (or 0xBD7336) is unknown color: approx Meteor. HEX triplet: BD, 73 and 36. RGB value is (189,115,54). Sum of RGB (Red+Green+Blue) = 189+115+54=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7336 is #428CC9. Grayscale: #828282. Windows color (decimal): -4361418 or 3568573. OLE color: 3568573.

HSL color Cylindrical-coordinate representation of color #BD7336: hue angle of 27.11º 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 #BD7336 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18911554-
CMYK00.390.710.26
HSL27.11º55.56%47.65%-
HSV(B)27.11º71.43%74.12%-
XYZ27.7823.356.53-
YUV130.1785.02169.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=52.79%
G=32.12%
B=15.08%

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
Decimal1891155400.390.710.2627.1155.5647.65
HexBD7336027471A1b3830
Octal2751636604710732337060
Binary101111011110011110110010011110001111101011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7336; }

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

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

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

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

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

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

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

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