Html Css Color HEX #BE5E25 Christine

📋 copy color: '#BE5E25'

red 190 ◦ green 94 ◦ blue 37

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

Shades of Christine #BE5E25

Tints of Christine #BE5E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 59.19%
G = 29.28%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE5E25 (or 0xBE5E25) is known color: Christine. HEX triplet: BE, 5E and 25. RGB value is (190,94,37). Sum of RGB (Red+Green+Blue) = 190+94+37=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E25 is #41A1DA. Grayscale: #747474. Windows color (decimal): -4301275 or 2449086. OLE color: 2449086.

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

Color convert

RGB 190 94 37 -
CMYK 0 0.51 0.81 0.25
HSL 22.35º 0.67% 0.45% -
HSV(B) 22.35º 0.81% 0.75% -
XYZ 25.57 19.09 4.09 -
YUV 116.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 190 94 37 0 0.51 0.81 0.25 22.35 0.67 0.45
Hex BE 5E 25 0 33 51 19 16 43 2D
Octal 276 136 45 0 63 121 31 26 103 55
Binary 10111110 1011110 100101 0 110011 1010001 11001 10110 1000011 101101

Color Harmonies of #BE5E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E25

Black with #BE5E25

Text Example


Text Example

White with #BE5E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E25; }

 p { color: rgb(190,94,37); }

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

background-color css

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

 a { background-color: rgb(190,94,37); }

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

border-color css

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

 span { border-color: rgb(190,94,37); }

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