#BC6827

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

Shades of Christine #BC6827

Tints of Christine #BC6827

Color information

#BC6827 (or 0xBC6827) is unknown color: approx Christine. HEX triplet: BC, 68 and 27. RGB value is (188,104,39). Sum of RGB (Red+Green+Blue) = 188+104+39=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6827 is #4397D8. Grayscale: #7A7A7A. Windows color (decimal): -4429785 or 2582716. OLE color: 2582716.

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

Color convert

RGB18810439-
CMYK00.450.790.26
HSL26.17º65.64%44.51%-
HSV(B)26.17º79.26%73.73%-
XYZ26.0620.744.55-
YUV121.7181.33175.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=56.80%
G=31.42%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881043900.450.790.2626.1765.6444.51
HexBC682702D4F1A1a422d
Octal27415047055117323210255
Binary1011110011010001001110101101100111111010110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6827; }

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

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

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

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

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

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

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

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