#BD6F29

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

Shades of Meteor #BD6F29

Tints of Meteor #BD6F29

Color information

#BD6F29 (or 0xBD6F29) is unknown color: approx Meteor. HEX triplet: BD, 6F and 29. RGB value is (189,111,41). Sum of RGB (Red+Green+Blue) = 189+111+41=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F29 is #4290D6. Grayscale: #7E7E7E. Windows color (decimal): -4362455 or 2715581. OLE color: 2715581.

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

Color convert

RGB18911141-
CMYK00.410.780.26
HSL28.38º64.35%45.1%-
HSV(B)28.38º78.31%74.12%-
XYZ27.0722.354.98-
YUV126.3479.84172.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=55.43%
G=32.55%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891114100.410.780.2628.3864.3545.1
HexBD6F290294E1A1c402d
Octal27515751051116323410055
Binary1011110111011111010010101001100111011010111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F29; }

 p { color: rgb(189,111,41); }

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

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

 a { background-color: rgb(189,111,41); }

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

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

 span { border-color: rgb(189,111,41); }

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