#BC6227

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

Shades of Christine #BC6227

Tints of Christine #BC6227

Color information

#BC6227 (or 0xBC6227) is unknown color: approx Christine. HEX triplet: BC, 62 and 27. RGB value is (188,98,39). Sum of RGB (Red+Green+Blue) = 188+98+39=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6227 is #439DD8. Grayscale: #767676. Windows color (decimal): -4431321 or 2581180. OLE color: 2581180.

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

Color convert

RGB1889839-
CMYK00.480.790.26
HSL23.76º65.64%44.51%-
HSV(B)23.76º79.26%73.73%-
XYZ25.4719.574.35-
YUV118.1883.32177.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 39 (15.62% from 255) = 12%
R=57.85%
G=30.15%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188983900.480.790.2623.7665.6444.51
HexBC62270304F1A18422d
Octal27414247060117323010255
Binary1011110011000101001110110000100111111010110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6227; }

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

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

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

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

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

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

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

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