#BC6C2E

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

Shades of Christine #BC6C2E

Tints of Christine #BC6C2E

Color information

#BC6C2E (or 0xBC6C2E) is unknown color: approx Christine. HEX triplet: BC, 6C and 2E. RGB value is (188,108,46). Sum of RGB (Red+Green+Blue) = 188+108+46=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C2E is #4393D1. Grayscale: #7D7D7D. Windows color (decimal): -4428754 or 3042492. OLE color: 3042492.

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

Color convert

RGB18810846-
CMYK00.430.760.26
HSL26.2º60.68%45.88%-
HSV(B)26.2º75.53%73.73%-
XYZ26.5921.615.35-
YUV124.8583.5173.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 46 (18.36% from 255) = 13.45%
R=54.97%
G=31.58%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881084600.430.760.2626.260.6845.88
HexBC6C2E02B4C1A1a3d2e
Octal2741545605311432327556
Binary101111001101100101110010101110011001101011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C2E; }

 p { color: rgb(188,108,46); }

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

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

 a { background-color: rgb(188,108,46); }

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

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

 span { border-color: rgb(188,108,46); }

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