#BE6529

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

Shades of Christine #BE6529

Tints of Christine #BE6529

Color information

#BE6529 (or 0xBE6529) is unknown color: approx Christine. HEX triplet: BE, 65 and 29. RGB value is (190,101,41). Sum of RGB (Red+Green+Blue) = 190+101+41=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6529 is #419AD6. Grayscale: #797979. Windows color (decimal): -4299479 or 2713022. OLE color: 2713022.

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

Color convert

RGB19010141-
CMYK00.470.780.25
HSL24.16º64.5%45.29%-
HSV(B)24.16º78.42%74.51%-
XYZ26.2920.414.65-
YUV120.7782.99177.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 41 (16.41% from 255) = 12.35%
R=57.23%
G=30.42%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901014100.470.780.2524.1664.545.29
HexBE652902F4E1918412d
Octal27614551057116313010155
Binary1011111011001011010010101111100111011001110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6529; }

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

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

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

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

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

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

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

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