#BC652E

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

Shades of Christine #BC652E

Tints of Christine #BC652E

Color information

#BC652E (or 0xBC652E) is unknown color: approx Christine. HEX triplet: BC, 65 and 2E. RGB value is (188,101,46). Sum of RGB (Red+Green+Blue) = 188+101+46=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC652E is #439AD1. Grayscale: #797979. Windows color (decimal): -4430546 or 3040700. OLE color: 3040700.

HSL color Cylindrical-coordinate representation of color #BC652E: hue angle of 23.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC652E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18810146-
CMYK00.460.760.26
HSL23.24º60.68%45.88%-
HSV(B)23.24º75.53%73.73%-
XYZ25.8920.25.12-
YUV120.7485.82175.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=56.12%
G=30.15%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881014600.460.760.2623.2460.6845.88
HexBC652E02E4C1A173d2e
Octal2741455605611432277556
Binary101111001100101101110010111010011001101010111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC652E; }

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

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

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

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

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

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

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

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