#bc6228

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

Shades of Christine #BC6228

Tints of Christine #BC6228

Color information

#BC6228 (or 0xBC6228) is unknown color: approx Christine. HEX triplet: BC, 62 and 28. RGB value is (188,98,40). Sum of RGB (Red+Green+Blue) = 188+98+40=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6228 is #439DD7. Grayscale: #767676. Windows color (decimal): -4431320 or 2646716. OLE color: 2646716.

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

Color convert

RGB1889840-
CMYK00.480.790.26
HSL23.51º64.91%44.71%-
HSV(B)23.51º78.72%73.73%-
XYZ25.4919.584.44-
YUV118.383.82177.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=57.67%
G=30.06%
B=12.27%

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
Decimal188984000.480.790.2623.5164.9144.71
HexBC62280304F1A18412d
Octal27414250060117323010155
Binary1011110011000101010000110000100111111010110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6228; }

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

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

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

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

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

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

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

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