#BC6937

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

Shades of Christine #BC6937

Tints of Christine #BC6937

Color information

#BC6937 (or 0xBC6937) is unknown color: approx Christine. HEX triplet: BC, 69 and 37. RGB value is (188,105,55). Sum of RGB (Red+Green+Blue) = 188+105+55=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6937 is #4396C8. Grayscale: #7C7C7C. Windows color (decimal): -4429513 or 3631548. OLE color: 3631548.

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

Color convert

RGB18810555-
CMYK00.440.710.26
HSL22.56º54.73%47.65%-
HSV(B)22.56º70.74%73.73%-
XYZ26.4821.076.29-
YUV124.1289173.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 55 (21.88% from 255) = 15.80%
R=54.02%
G=30.17%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881055500.440.710.2622.5654.7347.65
HexBC693702C471A173730
Octal2741516705410732276760
Binary101111001101001110111010110010001111101010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6937; }

 p { color: rgb(188,105,55); }

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

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

 a { background-color: rgb(188,105,55); }

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

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

 span { border-color: rgb(188,105,55); }

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