Html Css Color HEX #BE5526 Fiery Orange

📋 copy color: '#BE5526'

red 190 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #BE5526

Tints of Fiery Orange #BE5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 60.7%
G = 27.16%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE5526 (or 0xBE5526) is known color: Fiery Orange. HEX triplet: BE, 55 and 26. RGB value is (190,85,38). Sum of RGB (Red+Green+Blue) = 190+85+38=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5526 is #41AAD9. Grayscale: #6F6F6F. Windows color (decimal): -4303578 or 2512318. OLE color: 2512318.

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

Color convert

RGB 190 85 38 -
CMYK 0 0.55 0.8 0.25
HSL 18.55º 0.67% 0.45% -
HSV(B) 18.55º 0.8% 0.75% -
XYZ 24.83 17.58 3.92 -
YUV 111.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 190 85 38 0 0.55 0.8 0.25 18.55 0.67 0.45
Hex BE 55 26 0 37 50 19 13 43 2D
Octal 276 125 46 0 67 120 31 23 103 55
Binary 10111110 1010101 100110 0 110111 1010000 11001 10011 1000011 101101

Color Harmonies of #BE5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5526

Black with #BE5526

Text Example


Text Example

White with #BE5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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