#BC6C34

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

Shades of Christine #BC6C34

Tints of Christine #BC6C34

Color information

#BC6C34 (or 0xBC6C34) is unknown color: approx Christine. HEX triplet: BC, 6C and 34. RGB value is (188,108,52). Sum of RGB (Red+Green+Blue) = 188+108+52=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C34 is #4393CB. Grayscale: #7D7D7D. Windows color (decimal): -4428748 or 3435708. OLE color: 3435708.

HSL color Cylindrical-coordinate representation of color #BC6C34: hue angle of 24.71º degrees, saturation: 0.57, 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 #BC6C34 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18810852-
CMYK00.430.720.26
HSL24.71º56.67%47.06%-
HSV(B)24.71º72.34%73.73%-
XYZ26.7221.666.02-
YUV125.5486.5172.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=54.02%
G=31.03%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881085200.430.720.2624.7156.6747.06
HexBC6C3402B481A19392f
Octal2741546405311032317157
Binary101111001101100110100010101110010001101011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C34; }

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

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

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

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

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

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

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

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