#BC6836

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

Shades of Christine #BC6836

Tints of Christine #BC6836

Color information

#BC6836 (or 0xBC6836) is unknown color: approx Christine. HEX triplet: BC, 68 and 36. RGB value is (188,104,54). Sum of RGB (Red+Green+Blue) = 188+104+54=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6836 is #4397C9. Grayscale: #7B7B7B. Windows color (decimal): -4429770 or 3565756. OLE color: 3565756.

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

Color convert

RGB18810454-
CMYK00.450.710.26
HSL22.39º55.37%47.45%-
HSV(B)22.39º71.28%73.73%-
XYZ26.3620.866.13-
YUV123.4288.83174.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=54.34%
G=30.06%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881045400.450.710.2622.3955.3747.45
HexBC683602D471A16372f
Octal2741506605510732266757
Binary101111001101000110110010110110001111101010110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6836; }

 p { color: rgb(188,104,54); }

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

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

 a { background-color: rgb(188,104,54); }

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

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

 span { border-color: rgb(188,104,54); }

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