#BC641E

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

Shades of Christine #BC641E

Tints of Christine #BC641E

Color information

#BC641E (or 0xBC641E) is unknown color: approx Christine. HEX triplet: BC, 64 and 1E. RGB value is (188,100,30). Sum of RGB (Red+Green+Blue) = 188+100+30=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC641E is #439BE1. Grayscale: #767676. Windows color (decimal): -4430818 or 1991868. OLE color: 1991868.

HSL color Cylindrical-coordinate representation of color #BC641E: hue angle of 26.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC641E is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18810030-
CMYK00.470.840.26
HSL26.58º72.48%42.75%-
HSV(B)26.58º84.04%73.73%-
XYZ25.5319.93.72-
YUV118.3378.15177.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.12%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=59.12%
G=31.45%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881003000.470.840.2626.5872.4842.75
HexBC641E02F541A1b482b
Octal27414436057124323311053
Binary101111001100100111100101111101010011010110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC641E; }

 p { color: rgb(188,100,30); }

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

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

 a { background-color: rgb(188,100,30); }

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

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

 span { border-color: rgb(188,100,30); }

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