#BC651E

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

Shades of Christine #BC651E

Tints of Christine #BC651E

Color information

#BC651E (or 0xBC651E) is unknown color: approx Christine. HEX triplet: BC, 65 and 1E. RGB value is (188,101,30). Sum of RGB (Red+Green+Blue) = 188+101+30=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC651E is #439AE1. Grayscale: #777777. Windows color (decimal): -4430562 or 1992124. OLE color: 1992124.

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

Color convert

RGB18810130-
CMYK00.460.840.26
HSL26.96º72.48%42.75%-
HSV(B)26.96º84.04%73.73%-
XYZ25.6320.093.76-
YUV118.9277.82177.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=58.93%
G=31.66%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881013000.460.840.2626.9672.4842.75
HexBC651E02E541A1b482b
Octal27414536056124323311053
Binary101111001100101111100101110101010011010110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC651E; }

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

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

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

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

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

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

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

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