#BC6327

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

Shades of Christine #BC6327

Tints of Christine #BC6327

Color information

#BC6327 (or 0xBC6327) is unknown color: approx Christine. HEX triplet: BC, 63 and 27. RGB value is (188,99,39). Sum of RGB (Red+Green+Blue) = 188+99+39=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6327 is #439CD8. Grayscale: #777777. Windows color (decimal): -4431065 or 2581436. OLE color: 2581436.

HSL color Cylindrical-coordinate representation of color #BC6327: hue angle of 24.16º 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 #BC6327 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1889939-
CMYK00.470.790.26
HSL24.16º65.64%44.51%-
HSV(B)24.16º79.26%73.73%-
XYZ25.5719.764.39-
YUV118.7782.99177.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=57.67%
G=30.37%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188993900.470.790.2624.1665.6444.51
HexBC632702F4F1A18422d
Octal27414347057117323010255
Binary1011110011000111001110101111100111111010110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6327; }

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

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

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

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

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

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

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

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