#BC6B24

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

Shades of Christine #BC6B24

Tints of Christine #BC6B24

Color information

#BC6B24 (or 0xBC6B24) is unknown color: approx Christine. HEX triplet: BC, 6B and 24. RGB value is (188,107,36). Sum of RGB (Red+Green+Blue) = 188+107+36=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B24 is #4394DB. Grayscale: #7B7B7B. Windows color (decimal): -4429020 or 2386876. OLE color: 2386876.

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

Color convert

RGB18810736-
CMYK00.430.810.26
HSL28.03º67.86%43.92%-
HSV(B)28.03º80.85%73.73%-
XYZ26.3221.334.4-
YUV123.1278.84174.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 36 (14.45% from 255) = 10.88%
R=56.80%
G=32.33%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881073600.430.810.2628.0367.8643.92
HexBC6B2402B511A1c442c
Octal27415344053121323410454
Binary1011110011010111001000101011101000111010111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B24; }

 p { color: rgb(188,107,36); }

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

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

 a { background-color: rgb(188,107,36); }

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

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

 span { border-color: rgb(188,107,36); }

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