Html Css Color HEX #BE5524 Fiery Orange

📋 copy color: '#BE5524'

red 190 ◦ green 85 ◦ blue 36

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

Shades of Fiery Orange #BE5524

Tints of Fiery Orange #BE5524

RGB

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

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

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

R = 61.09%
G = 27.33%
B = 11.58%

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

#BE5524 (or 0xBE5524) is known color: Fiery Orange. HEX triplet: BE, 55 and 24. RGB value is (190,85,36). Sum of RGB (Red+Green+Blue) = 190+85+36=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5524 is #41AADB. Grayscale: #6F6F6F. Windows color (decimal): -4303580 or 2381246. OLE color: 2381246.

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

Color convert

RGB 190 85 36 -
CMYK 0 0.55 0.81 0.25
HSL 19.09º 0.68% 0.44% -
HSV(B) 19.09º 0.81% 0.75% -
XYZ 24.8 17.57 3.75 -
YUV 110.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 190 85 36 0 0.55 0.81 0.25 19.09 0.68 0.44
Hex BE 55 24 0 37 51 19 13 44 2C
Octal 276 125 44 0 67 121 31 23 104 54
Binary 10111110 1010101 100100 0 110111 1010001 11001 10011 1000100 101100

Color Harmonies of #BE5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5524

Black with #BE5524

Text Example


Text Example

White with #BE5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5524; }

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

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

background-color css

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

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

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

border-color css

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

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

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