#BD6D33

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

Shades of Meteor #BD6D33

Tints of Meteor #BD6D33

Color information

#BD6D33 (or 0xBD6D33) is unknown color: approx Meteor. HEX triplet: BD, 6D and 33. RGB value is (189,109,51). Sum of RGB (Red+Green+Blue) = 189+109+51=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D33 is #4292CC. Grayscale: #7E7E7E. Windows color (decimal): -4362957 or 3370429. OLE color: 3370429.

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

Color convert

RGB18910951-
CMYK00.420.730.26
HSL25.22º57.5%47.06%-
HSV(B)25.22º73.02%74.12%-
XYZ27.05225.95-
YUV126.3185.5172.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=54.15%
G=31.23%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891095100.420.730.2625.2257.547.06
HexBD6D3302A491A193a2f
Octal2751556305211132317257
Binary101111011101101110011010101010010011101011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D33; }

 p { color: rgb(189,109,51); }

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

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

 a { background-color: rgb(189,109,51); }

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

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

 span { border-color: rgb(189,109,51); }

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