#BC631E

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

Shades of Christine #BC631E

Tints of Christine #BC631E

Color information

#BC631E (or 0xBC631E) is unknown color: approx Christine. HEX triplet: BC, 63 and 1E. RGB value is (188,99,30). Sum of RGB (Red+Green+Blue) = 188+99+30=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC631E is #439CE1. Grayscale: #767676. Windows color (decimal): -4431074 or 1991612. OLE color: 1991612.

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

Color convert

RGB1889930-
CMYK00.470.840.26
HSL26.2º72.48%42.75%-
HSV(B)26.2º84.04%73.73%-
XYZ25.4419.713.69-
YUV117.7478.49178.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=59.31%
G=31.23%
B=9.46%

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
Decimal188993000.470.840.2626.272.4842.75
HexBC631E02F541A1a482b
Octal27414336057124323211053
Binary101111001100011111100101111101010011010110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC631E; }

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

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

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

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

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

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

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

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