#BC6218

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

Shades of Christine #BC6218

Tints of Christine #BC6218

Color information

#BC6218 (or 0xBC6218) is unknown color: approx Christine. HEX triplet: BC, 62 and 18. RGB value is (188,98,24). Sum of RGB (Red+Green+Blue) = 188+98+24=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6218 is #439DE7. Grayscale: #747474. Windows color (decimal): -4431336 or 1598140. OLE color: 1598140.

HSL color Cylindrical-coordinate representation of color #BC6218: hue angle of 27.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC6218 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1889824-
CMYK00.480.870.26
HSL27.07º77.36%41.57%-
HSV(B)27.07º87.23%73.73%-
XYZ25.2719.493.29-
YUV116.4775.82179.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 24 (9.77% from 255) = 7.74%
R=60.65%
G=31.61%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188982400.480.870.2627.0777.3641.57
HexBC6218030571A1b4d2a
Octal27414230060127323311552
Binary101111001100010110000110000101011111010110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6218; }

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

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

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

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

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

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

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

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