#BD6F2D

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

Shades of Meteor #BD6F2D

Tints of Meteor #BD6F2D

Color information

#BD6F2D (or 0xBD6F2D) is unknown color: approx Meteor. HEX triplet: BD, 6F and 2D. RGB value is (189,111,45). Sum of RGB (Red+Green+Blue) = 189+111+45=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F2D is #4290D2. Grayscale: #7F7F7F. Windows color (decimal): -4362451 or 2977725. OLE color: 2977725.

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

Color convert

RGB18911145-
CMYK00.410.760.26
HSL27.5º61.54%45.88%-
HSV(B)27.5º76.19%74.12%-
XYZ27.1422.385.37-
YUV126.881.84172.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=54.78%
G=32.17%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891114500.410.760.2627.561.5445.88
HexBD6F2D0294C1A1c3e2e
Octal2751575505111432347656
Binary101111011101111101101010100110011001101011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F2D; }

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

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

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

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

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

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

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

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