#BD6D27

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

Shades of Meteor #BD6D27

Tints of Meteor #BD6D27

Color information

#BD6D27 (or 0xBD6D27) is unknown color: approx Meteor. HEX triplet: BD, 6D and 27. RGB value is (189,109,39). Sum of RGB (Red+Green+Blue) = 189+109+39=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D27 is #4292D8. Grayscale: #7D7D7D. Windows color (decimal): -4362969 or 2583997. OLE color: 2583997.

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

Color convert

RGB18910939-
CMYK00.420.790.26
HSL28º65.79%44.71%-
HSV(B)28º79.37%74.12%-
XYZ26.8221.94.73-
YUV124.9479.5173.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=56.08%
G=32.34%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891093900.420.790.262865.7944.71
HexBD6D2702A4F1A1c422d
Octal27515547052117323410255
Binary1011110111011011001110101010100111111010111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D27; }

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

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

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

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

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

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

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

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