#BD6D2E

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

Shades of Meteor #BD6D2E

Tints of Meteor #BD6D2E

Color information

#BD6D2E (or 0xBD6D2E) is unknown color: approx Meteor. HEX triplet: BD, 6D and 2E. RGB value is (189,109,46). Sum of RGB (Red+Green+Blue) = 189+109+46=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D2E is #4292D1. Grayscale: #7E7E7E. Windows color (decimal): -4362962 or 3042749. OLE color: 3042749.

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

Color convert

RGB18910946-
CMYK00.420.760.26
HSL26.43º60.85%46.08%-
HSV(B)26.43º75.66%74.12%-
XYZ26.9521.955.4-
YUV125.7483173.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 46 (18.36% from 255) = 13.37%
R=54.94%
G=31.69%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891094600.420.760.2626.4360.8546.08
HexBD6D2E02A4C1A1a3d2e
Octal2751555605211432327556
Binary101111011101101101110010101010011001101011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D2E; }

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

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

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

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

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

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

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

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