#BC6129

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

Shades of Christine #BC6129

Tints of Christine #BC6129

Color information

#BC6129 (or 0xBC6129) is unknown color: approx Christine. HEX triplet: BC, 61 and 29. RGB value is (188,97,41). Sum of RGB (Red+Green+Blue) = 188+97+41=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6129 is #439ED6. Grayscale: #767676. Windows color (decimal): -4431575 or 2711996. OLE color: 2711996.

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

Color convert

RGB1889741-
CMYK00.480.780.26
HSL22.86º64.19%44.9%-
HSV(B)22.86º78.19%73.73%-
XYZ25.4119.44.5-
YUV117.8284.65178.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 41 (16.41% from 255) = 12.58%
R=57.67%
G=29.75%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188974100.480.780.2622.8664.1944.9
HexBC61290304E1A17402d
Octal27414151060116322710055
Binary1011110011000011010010110000100111011010101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6129; }

 p { color: rgb(188,97,41); }

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

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

 a { background-color: rgb(188,97,41); }

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

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

 span { border-color: rgb(188,97,41); }

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