#BC6635

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

Shades of Christine #BC6635

Tints of Christine #BC6635

Color information

#BC6635 (or 0xBC6635) is unknown color: approx Christine. HEX triplet: BC, 66 and 35. RGB value is (188,102,53). Sum of RGB (Red+Green+Blue) = 188+102+53=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6635 is #4399CA. Grayscale: #7A7A7A. Windows color (decimal): -4430283 or 3499708. OLE color: 3499708.

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

Color convert

RGB18810253-
CMYK00.460.720.26
HSL21.78º56.02%47.25%-
HSV(B)21.78º71.81%73.73%-
XYZ26.1320.455.94-
YUV122.1388.99174.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=54.81%
G=29.74%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881025300.460.720.2621.7856.0247.25
HexBC663502E481A16382f
Octal2741466505611032267057
Binary101111001100110110101010111010010001101010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6635; }

 p { color: rgb(188,102,53); }

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

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

 a { background-color: rgb(188,102,53); }

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

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

 span { border-color: rgb(188,102,53); }

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