Html Css Color HEX #BE5924 Christine

📋 copy color: '#BE5924'

red 190 ◦ green 89 ◦ blue 36

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

Shades of Christine #BE5924

Tints of Christine #BE5924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

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

R = 60.32%
G = 28.25%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE5924 (or 0xBE5924) is known color: Christine. HEX triplet: BE, 59 and 24. RGB value is (190,89,36). Sum of RGB (Red+Green+Blue) = 190+89+36=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5924 is #41A6DB. Grayscale: #717171. Windows color (decimal): -4302556 or 2382270. OLE color: 2382270.

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

Color convert

RGB 190 89 36 -
CMYK 0 0.53 0.81 0.25
HSL 20.65º 0.68% 0.44% -
HSV(B) 20.65º 0.81% 0.75% -
XYZ 25.13 18.22 3.86 -
YUV 113.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 190 89 36 0 0.53 0.81 0.25 20.65 0.68 0.44
Hex BE 59 24 0 35 51 19 15 44 2C
Octal 276 131 44 0 65 121 31 25 104 54
Binary 10111110 1011001 100100 0 110101 1010001 11001 10101 1000100 101100

Color Harmonies of #BE5924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5924

Black with #BE5924

Text Example


Text Example

White with #BE5924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5924; }

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

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

background-color css

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

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

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

border-color css

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

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

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