#BD6E33

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

Shades of Meteor #BD6E33

Tints of Meteor #BD6E33

Color information

#BD6E33 (or 0xBD6E33) is unknown color: approx Meteor. HEX triplet: BD, 6E and 33. RGB value is (189,110,51). Sum of RGB (Red+Green+Blue) = 189+110+51=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E33 is #4291CC. Grayscale: #7F7F7F. Windows color (decimal): -4362701 or 3370685. OLE color: 3370685.

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

Color convert

RGB18911051-
CMYK00.420.730.26
HSL25.65º57.5%47.06%-
HSV(B)25.65º73.02%74.12%-
XYZ27.1622.215.99-
YUV126.8985.17172.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=54%
G=31.43%
B=14.57%

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
Decimal1891105100.420.730.2625.6557.547.06
HexBD6E3302A491A1a3a2f
Octal2751566305211132327257
Binary101111011101110110011010101010010011101011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E33; }

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

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

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

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

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

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

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

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