#BC6724

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

Shades of Christine #BC6724

Tints of Christine #BC6724

Color information

#BC6724 (or 0xBC6724) is unknown color: approx Christine. HEX triplet: BC, 67 and 24. RGB value is (188,103,36). Sum of RGB (Red+Green+Blue) = 188+103+36=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6724 is #4398DB. Grayscale: #797979. Windows color (decimal): -4430044 or 2385852. OLE color: 2385852.

HSL color Cylindrical-coordinate representation of color #BC6724: hue angle of 26.45º 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 #BC6724 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18810336-
CMYK00.450.810.26
HSL26.45º67.86%43.92%-
HSV(B)26.45º80.85%73.73%-
XYZ25.9120.524.26-
YUV120.7880.16175.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 36 (14.45% from 255) = 11.01%
R=57.49%
G=31.50%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881033600.450.810.2626.4567.8643.92
HexBC672402D511A1a442c
Octal27414744055121323210454
Binary1011110011001111001000101101101000111010110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6724; }

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

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

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

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

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

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

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

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