#BC611A

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

Shades of Christine #BC611A

Tints of Christine #BC611A

Color information

#BC611A (or 0xBC611A) is unknown color: approx Christine. HEX triplet: BC, 61 and 1A. RGB value is (188,97,26). Sum of RGB (Red+Green+Blue) = 188+97+26=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC611A is #439EE5. Grayscale: #747474. Windows color (decimal): -4431590 or 1728956. OLE color: 1728956.

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

Color convert

RGB1889726-
CMYK00.480.860.26
HSL26.3º75.7%41.96%-
HSV(B)26.3º86.17%73.73%-
XYZ25.219.323.38-
YUV116.1277.15179.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.45%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 26 (10.55% from 255) = 8.36%
R=60.45%
G=31.19%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188972600.480.860.2626.375.741.96
HexBC611A030561A1a4c2a
Octal27414132060126323211452
Binary101111001100001110100110000101011011010110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC611A; }

 p { color: rgb(188,97,26); }

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

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

 a { background-color: rgb(188,97,26); }

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

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

 span { border-color: rgb(188,97,26); }

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