#BE5A1B

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

Shades of Christine #BE5A1B

Tints of Christine #BE5A1B

Color information

#BE5A1B (or 0xBE5A1B) is unknown color: approx Christine. HEX triplet: BE, 5A and 1B. RGB value is (190,90,27). Sum of RGB (Red+Green+Blue) = 190+90+27=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A1B is #41A5E4. Grayscale: #717171. Windows color (decimal): -4302309 or 1792702. OLE color: 1792702.

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

Color convert

RGB1909027-
CMYK00.530.860.25
HSL23.19º75.12%42.55%-
HSV(B)23.19º85.79%74.51%-
XYZ25.0918.343.25-
YUV112.7279.63183.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 27 (10.94% from 255) = 8.79%
R=61.89%
G=29.32%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190902700.530.860.2523.1975.1242.55
HexBE5A1B0355619174b2b
Octal27613233065126312711353
Binary101111101011010110110110101101011011001101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A1B; }

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

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

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

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

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

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

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

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