#BD6A2C

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

Shades of Christine #BD6A2C

Tints of Christine #BD6A2C

Color information

#BD6A2C (or 0xBD6A2C) is unknown color: approx Christine. HEX triplet: BD, 6A and 2C. RGB value is (189,106,44). Sum of RGB (Red+Green+Blue) = 189+106+44=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A2C is #4295D3. Grayscale: #7C7C7C. Windows color (decimal): -4363732 or 2910909. OLE color: 2910909.

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

Color convert

RGB18910644-
CMYK00.440.770.26
HSL25.66º62.23%45.69%-
HSV(B)25.66º76.72%74.12%-
XYZ26.5921.315.09-
YUV123.7583174.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 44 (17.58% from 255) = 12.98%
R=55.75%
G=31.27%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891064400.440.770.2625.6662.2345.69
HexBD6A2C02C4D1A1a3e2e
Octal2751525405411532327656
Binary101111011101010101100010110010011011101011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A2C; }

 p { color: rgb(189,106,44); }

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

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

 a { background-color: rgb(189,106,44); }

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

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

 span { border-color: rgb(189,106,44); }

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