#BE581A

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

Shades of Christine #BE581A

Tints of Christine #BE581A

Color information

#BE581A (or 0xBE581A) is unknown color: approx Christine. HEX triplet: BE, 58 and 1A. RGB value is (190,88,26). Sum of RGB (Red+Green+Blue) = 190+88+26=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE581A is #41A7E5. Grayscale: #6F6F6F. Windows color (decimal): -4302822 or 1726654. OLE color: 1726654.

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

Color convert

RGB1908826-
CMYK00.540.860.25
HSL22.68º75.93%42.35%-
HSV(B)22.68º86.32%74.51%-
XYZ24.91183.14-
YUV111.4379.79184.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=62.5%
G=28.95%
B=8.55%

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
Decimal190882600.540.860.2522.6875.9342.35
HexBE581A0365619174c2a
Octal27613032066126312711452
Binary101111101011000110100110110101011011001101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE581A; }

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

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

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

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

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

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

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

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