#BC601E

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

Shades of Christine #BC601E

Tints of Christine #BC601E

Color information

#BC601E (or 0xBC601E) is unknown color: approx Christine. HEX triplet: BC, 60 and 1E. RGB value is (188,96,30). Sum of RGB (Red+Green+Blue) = 188+96+30=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC601E is #439FE1. Grayscale: #747474. Windows color (decimal): -4431842 or 1990844. OLE color: 1990844.

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

Color convert

RGB1889630-
CMYK00.490.840.26
HSL25.06º72.48%42.75%-
HSV(B)25.06º84.04%73.73%-
XYZ25.1619.153.6-
YUV115.9879.48179.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=59.87%
G=30.57%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188963000.490.840.2625.0672.4842.75
HexBC601E031541A19482b
Octal27414036061124323111053
Binary101111001100000111100110001101010011010110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC601E; }

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

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

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

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

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

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

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

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