Html Css Color HEX #BE5720 Christine

📋 copy color: '#BE5720'

red 190 ◦ green 87 ◦ blue 32

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

Shades of Christine #BE5720

Tints of Christine #BE5720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 61.49%
G = 28.16%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE5720 (or 0xBE5720) is known color: Christine. HEX triplet: BE, 57 and 20. RGB value is (190,87,32). Sum of RGB (Red+Green+Blue) = 190+87+32=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5720 is #41A8DF. Grayscale: #6F6F6F. Windows color (decimal): -4303072 or 2119614. OLE color: 2119614.

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

Color convert

RGB 190 87 32 -
CMYK 0 0.54 0.83 0.25
HSL 20.89º 0.71% 0.44% -
HSV(B) 20.89º 0.83% 0.75% -
XYZ 24.9 17.87 3.5 -
YUV 111.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 190 87 32 0 0.54 0.83 0.25 20.89 0.71 0.44
Hex BE 57 20 0 36 53 19 15 47 2C
Octal 276 127 40 0 66 123 31 25 107 54
Binary 10111110 1010111 100000 0 110110 1010011 11001 10101 1000111 101100

Color Harmonies of #BE5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5720

Black with #BE5720

Text Example


Text Example

White with #BE5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5720; }

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

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

background-color css

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

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

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

border-color css

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

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

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