Html Css Color HEX #BE5824 Christine

📋 copy color: '#BE5824'

red 190 ◦ green 88 ◦ blue 36

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

Shades of Christine #BE5824

Tints of Christine #BE5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 60.51%
G = 28.03%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE5824 (or 0xBE5824) is known color: Christine. HEX triplet: BE, 58 and 24. RGB value is (190,88,36). Sum of RGB (Red+Green+Blue) = 190+88+36=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5824 is #41A7DB. Grayscale: #707070. Windows color (decimal): -4302812 or 2382014. OLE color: 2382014.

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

Color convert

RGB 190 88 36 -
CMYK 0 0.54 0.81 0.25
HSL 20.26º 0.68% 0.44% -
HSV(B) 20.26º 0.81% 0.75% -
XYZ 25.04 18.05 3.83 -
YUV 112.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 190 88 36 0 0.54 0.81 0.25 20.26 0.68 0.44
Hex BE 58 24 0 36 51 19 14 44 2C
Octal 276 130 44 0 66 121 31 24 104 54
Binary 10111110 1011000 100100 0 110110 1010001 11001 10100 1000100 101100

Color Harmonies of #BE5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5824

Black with #BE5824

Text Example


Text Example

White with #BE5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5824; }

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

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

background-color css

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

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

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

border-color css

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

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

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