#BC6521

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

Shades of Christine #BC6521

Tints of Christine #BC6521

Color information

#BC6521 (or 0xBC6521) is unknown color: approx Christine. HEX triplet: BC, 65 and 21. RGB value is (188,101,33). Sum of RGB (Red+Green+Blue) = 188+101+33=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6521 is #439ADE. Grayscale: #777777. Windows color (decimal): -4430559 or 2188732. OLE color: 2188732.

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

Color convert

RGB18810133-
CMYK00.460.820.26
HSL26.32º70.14%43.33%-
HSV(B)26.32º82.45%73.73%-
XYZ25.6720.113.97-
YUV119.2679.32177.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=58.39%
G=31.37%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881013300.460.820.2626.3270.1443.33
HexBC652102E521A1a462b
Octal27414541056122323210653
Binary1011110011001011000010101110101001011010110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6521; }

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

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

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

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

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

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

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

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