Html Css Color HEX #BE5528 Fiery Orange

📋 copy color: '#BE5528'

red 190 ◦ green 85 ◦ blue 40

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

Shades of Fiery Orange #BE5528

Tints of Fiery Orange #BE5528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 60.32%
G = 26.98%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE5528 (or 0xBE5528) is known color: Fiery Orange. HEX triplet: BE, 55 and 28. RGB value is (190,85,40). Sum of RGB (Red+Green+Blue) = 190+85+40=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5528 is #41AAD7. Grayscale: #6F6F6F. Windows color (decimal): -4303576 or 2643390. OLE color: 2643390.

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

Color convert

RGB 190 85 40 -
CMYK 0 0.55 0.79 0.25
HSL 18º 0.65% 0.45% -
HSV(B) 18º 0.79% 0.75% -
XYZ 24.87 17.6 4.09 -
YUV 111.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 190 85 40 0 0.55 0.79 0.25 18 0.65 0.45
Hex BE 55 28 0 37 4F 19 12 41 2D
Octal 276 125 50 0 67 117 31 22 101 55
Binary 10111110 1010101 101000 0 110111 1001111 11001 10010 1000001 101101

Color Harmonies of #BE5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5528

Black with #BE5528

Text Example


Text Example

White with #BE5528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5528; }

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

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

background-color css

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

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

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

border-color css

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

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

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