#BD6A39

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

Shades of Christine #BD6A39

Tints of Christine #BD6A39

Color information

#BD6A39 (or 0xBD6A39) is unknown color: approx Christine. HEX triplet: BD, 6A and 39. RGB value is (189,106,57). Sum of RGB (Red+Green+Blue) = 189+106+57=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A39 is #4295C6. Grayscale: #7D7D7D. Windows color (decimal): -4363719 or 3762877. OLE color: 3762877.

HSL color Cylindrical-coordinate representation of color #BD6A39: hue angle of 22.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6A39 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18910657-
CMYK00.440.700.26
HSL22.27º53.66%48.24%-
HSV(B)22.27º69.84%74.12%-
XYZ26.8821.426.59-
YUV125.2389.5173.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=53.69%
G=30.11%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891065700.440.700.2622.2753.6648.24
HexBD6A3902C461A163630
Octal2751527105410632266660
Binary101111011101010111001010110010001101101010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A39; }

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

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

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

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

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

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

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

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