#BC6C33

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

Shades of Christine #BC6C33

Tints of Christine #BC6C33

Color information

#BC6C33 (or 0xBC6C33) is unknown color: approx Christine. HEX triplet: BC, 6C and 33. RGB value is (188,108,51). Sum of RGB (Red+Green+Blue) = 188+108+51=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C33 is #4393CC. Grayscale: #7D7D7D. Windows color (decimal): -4428749 or 3370172. OLE color: 3370172.

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

Color convert

RGB18810851-
CMYK00.430.730.26
HSL24.96º57.32%46.86%-
HSV(B)24.96º72.87%73.73%-
XYZ26.721.665.9-
YUV125.4286172.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 51 (20.31% from 255) = 14.70%
R=54.18%
G=31.12%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881085100.430.730.2624.9657.3246.86
HexBC6C3302B491A19392f
Octal2741546305311132317157
Binary101111001101100110011010101110010011101011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C33; }

 p { color: rgb(188,108,51); }

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

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

 a { background-color: rgb(188,108,51); }

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

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

 span { border-color: rgb(188,108,51); }

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