#BE5A1D

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

Shades of Christine #BE5A1D

Tints of Christine #BE5A1D

Color information

#BE5A1D (or 0xBE5A1D) is unknown color: approx Christine. HEX triplet: BE, 5A and 1D. RGB value is (190,90,29). Sum of RGB (Red+Green+Blue) = 190+90+29=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A1D is #41A5E2. Grayscale: #717171. Windows color (decimal): -4302307 or 1923774. OLE color: 1923774.

HSL color Cylindrical-coordinate representation of color #BE5A1D: hue angle of 22.73º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE5A1D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1909029-
CMYK00.530.850.25
HSL22.73º73.52%42.94%-
HSV(B)22.73º84.74%74.51%-
XYZ25.1118.353.38-
YUV112.9580.63182.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 29 (11.72% from 255) = 9.39%
R=61.49%
G=29.13%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190902900.530.850.2522.7373.5242.94
HexBE5A1D0355519174a2b
Octal27613235065125312711253
Binary101111101011010111010110101101010111001101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A1D; }

 p { color: rgb(190,90,29); }

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

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

 a { background-color: rgb(190,90,29); }

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

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

 span { border-color: rgb(190,90,29); }

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