#BC6627

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

Shades of Christine #BC6627

Tints of Christine #BC6627

Color information

#BC6627 (or 0xBC6627) is unknown color: approx Christine. HEX triplet: BC, 66 and 27. RGB value is (188,102,39). Sum of RGB (Red+Green+Blue) = 188+102+39=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6627 is #4399D8. Grayscale: #787878. Windows color (decimal): -4430297 or 2582204. OLE color: 2582204.

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

Color convert

RGB18810239-
CMYK00.460.790.26
HSL25.37º65.64%44.51%-
HSV(B)25.37º79.26%73.73%-
XYZ25.8620.344.48-
YUV120.5381.99176.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 39 (15.62% from 255) = 11.85%
R=57.14%
G=31.00%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881023900.460.790.2625.3765.6444.51
HexBC662702E4F1A19422d
Octal27414647056117323110255
Binary1011110011001101001110101110100111111010110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6627; }

 p { color: rgb(188,102,39); }

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

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

 a { background-color: rgb(188,102,39); }

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

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

 span { border-color: rgb(188,102,39); }

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