#BE5F29

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

Shades of Christine #BE5F29

Tints of Christine #BE5F29

Color information

#BE5F29 (or 0xBE5F29) is unknown color: approx Christine. HEX triplet: BE, 5F and 29. RGB value is (190,95,41). Sum of RGB (Red+Green+Blue) = 190+95+41=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5F29 is #41A0D6. Grayscale: #757575. Windows color (decimal): -4301015 or 2711486. OLE color: 2711486.

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

Color convert

RGB1909541-
CMYK00.50.780.25
HSL21.74º64.5%45.29%-
HSV(B)21.74º78.42%74.51%-
XYZ25.7319.294.47-
YUV117.2584.97179.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 41 (16.41% from 255) = 12.58%
R=58.28%
G=29.14%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190954100.50.780.2521.7464.545.29
HexBE5F290324E1916412d
Octal27613751062116312610155
Binary1011111010111111010010110010100111011001101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F29; }

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

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

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

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

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

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

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

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