Html Css Color HEX #BE5522 Fiery Orange

📋 copy color: '#BE5522'

red 190 ◦ green 85 ◦ blue 34

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

Shades of Fiery Orange #BE5522

Tints of Fiery Orange #BE5522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11%

R = 61.49%
G = 27.51%
B = 11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE5522 (or 0xBE5522) is known color: Fiery Orange. HEX triplet: BE, 55 and 22. RGB value is (190,85,34). Sum of RGB (Red+Green+Blue) = 190+85+34=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5522 is #41AADD. Grayscale: #6E6E6E. Windows color (decimal): -4303582 or 2250174. OLE color: 2250174.

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

Color convert

RGB 190 85 34 -
CMYK 0 0.55 0.82 0.25
HSL 19.62º 0.7% 0.44% -
HSV(B) 19.62º 0.82% 0.75% -
XYZ 24.77 17.56 3.6 -
YUV 110.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 190 85 34 0 0.55 0.82 0.25 19.62 0.7 0.44
Hex BE 55 22 0 37 52 19 14 46 2C
Octal 276 125 42 0 67 122 31 24 106 54
Binary 10111110 1010101 100010 0 110111 1010010 11001 10100 1000110 101100

Color Harmonies of #BE5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5522

Black with #BE5522

Text Example


Text Example

White with #BE5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5522; }

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

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

background-color css

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

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

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

border-color css

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

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

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