#BE581B

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

Shades of Christine #BE581B

Tints of Christine #BE581B

Color information

#BE581B (or 0xBE581B) is unknown color: approx Christine. HEX triplet: BE, 58 and 1B. RGB value is (190,88,27). Sum of RGB (Red+Green+Blue) = 190+88+27=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE581B is #41A7E4. Grayscale: #6F6F6F. Windows color (decimal): -4302821 or 1792190. OLE color: 1792190.

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

Color convert

RGB1908827-
CMYK00.540.860.25
HSL22.45º75.12%42.55%-
HSV(B)22.45º85.79%74.51%-
XYZ24.9218.013.2-
YUV111.5480.29183.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 27 (10.94% from 255) = 8.85%
R=62.30%
G=28.85%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190882700.540.860.2522.4575.1242.55
HexBE581B0365619164b2b
Octal27613033066126312611353
Binary101111101011000110110110110101011011001101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE581B; }

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

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

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

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

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

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

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

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