Html Css Color HEX #BE5A20 Christine

📋 copy color: '#BE5A20'

red 190 ◦ green 90 ◦ blue 32

#BE5A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BE5A20

Tints of Christine #BE5A20

RGB

 RED value IS 190 (74.61% from 255) = 60.9%

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 60.9%
G = 28.85%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE5A20 (or 0xBE5A20) is known color: Christine. HEX triplet: BE, 5A and 20. RGB value is (190,90,32). Sum of RGB (Red+Green+Blue) = 190+90+32=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A20 is #41A5DF. Grayscale: #717171. Windows color (decimal): -4302304 or 2120382. OLE color: 2120382.

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

Color convert

RGB 190 90 32 -
CMYK 0 0.53 0.83 0.25
HSL 22.03º 0.71% 0.44% -
HSV(B) 22.03º 0.83% 0.75% -
XYZ 25.15 18.36 3.59 -
YUV 113.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 190 90 32 0 0.53 0.83 0.25 22.03 0.71 0.44
Hex BE 5A 20 0 35 53 19 16 47 2C
Octal 276 132 40 0 65 123 31 26 107 54
Binary 10111110 1011010 100000 0 110101 1010011 11001 10110 1000111 101100

Color Harmonies of #BE5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A20

Black with #BE5A20

Text Example


Text Example

White with #BE5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A20; }

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

 H1.HeaderClassName
 {
   color: #BE5A20;
 }
 .AnyTagClassName
 {
   color: #BE5A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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