#BE6329

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

Shades of Christine #BE6329

Tints of Christine #BE6329

Color information

#BE6329 (or 0xBE6329) is unknown color: approx Christine. HEX triplet: BE, 63 and 29. RGB value is (190,99,41). Sum of RGB (Red+Green+Blue) = 190+99+41=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6329 is #419CD6. Grayscale: #777777. Windows color (decimal): -4299991 or 2712510. OLE color: 2712510.

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

Color convert

RGB1909941-
CMYK00.480.780.25
HSL23.36º64.5%45.29%-
HSV(B)23.36º78.42%74.51%-
XYZ26.120.034.59-
YUV119.683.65178.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=57.58%
G=30%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190994100.480.780.2523.3664.545.29
HexBE63290304E1917412d
Octal27614351060116312710155
Binary1011111011000111010010110000100111011001101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6329; }

 p { color: rgb(190,99,41); }

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

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

 a { background-color: rgb(190,99,41); }

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

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

 span { border-color: rgb(190,99,41); }

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