#BD7636

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

Shades of Meteor #BD7636

Tints of Meteor #BD7636

Color information

#BD7636 (or 0xBD7636) is unknown color: approx Meteor. HEX triplet: BD, 76 and 36. RGB value is (189,118,54). Sum of RGB (Red+Green+Blue) = 189+118+54=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7636 is #4289C9. Grayscale: #848484. Windows color (decimal): -4360650 or 3569341. OLE color: 3569341.

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

Color convert

RGB18911854-
CMYK00.380.710.26
HSL28.44º55.56%47.65%-
HSV(B)28.44º71.43%74.12%-
XYZ28.1324.046.65-
YUV131.9384.02168.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 54 (21.48% from 255) = 14.96%
R=52.35%
G=32.69%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891185400.380.710.2628.4455.5647.65
HexBD7636026471A1c3830
Octal2751666604610732347060
Binary101111011110110110110010011010001111101011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7636; }

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

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

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

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

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

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

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

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