Html Css Color HEX #BE5525 Fiery Orange

📋 copy color: '#BE5525'

red 190 ◦ green 85 ◦ blue 37

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

Shades of Fiery Orange #BE5525

Tints of Fiery Orange #BE5525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 60.9%
G = 27.24%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE5525 (or 0xBE5525) is known color: Fiery Orange. HEX triplet: BE, 55 and 25. RGB value is (190,85,37). Sum of RGB (Red+Green+Blue) = 190+85+37=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5525 is #41AADA. Grayscale: #6F6F6F. Windows color (decimal): -4303579 or 2446782. OLE color: 2446782.

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

Color convert

RGB 190 85 37 -
CMYK 0 0.55 0.81 0.25
HSL 18.82º 0.67% 0.45% -
HSV(B) 18.82º 0.81% 0.75% -
XYZ 24.82 17.58 3.84 -
YUV 110.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 190 85 37 0 0.55 0.81 0.25 18.82 0.67 0.45
Hex BE 55 25 0 37 51 19 13 43 2D
Octal 276 125 45 0 67 121 31 23 103 55
Binary 10111110 1010101 100101 0 110111 1010001 11001 10011 1000011 101101

Color Harmonies of #BE5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5525

Black with #BE5525

Text Example


Text Example

White with #BE5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5525; }

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

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

background-color css

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

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

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

border-color css

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

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

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