#BC6727

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

Shades of Christine #BC6727

Tints of Christine #BC6727

Color information

#BC6727 (or 0xBC6727) is unknown color: approx Christine. HEX triplet: BC, 67 and 27. RGB value is (188,103,39). Sum of RGB (Red+Green+Blue) = 188+103+39=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6727 is #4398D8. Grayscale: #797979. Windows color (decimal): -4430041 or 2582460. OLE color: 2582460.

HSL color Cylindrical-coordinate representation of color #BC6727: hue angle of 25.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC6727 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18810339-
CMYK00.450.790.26
HSL25.77º65.64%44.51%-
HSV(B)25.77º79.26%73.73%-
XYZ25.9620.544.52-
YUV121.1281.66175.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 39 (15.62% from 255) = 11.82%
R=56.97%
G=31.21%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881033900.450.790.2625.7765.6444.51
HexBC672702D4F1A1a422d
Octal27414747055117323210255
Binary1011110011001111001110101101100111111010110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6727; }

 p { color: rgb(188,103,39); }

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

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

 a { background-color: rgb(188,103,39); }

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

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

 span { border-color: rgb(188,103,39); }

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