Html Css Color HEX #B55E2F Fiery Orange

📋 copy color: '#B55E2F'

red 181 ◦ green 94 ◦ blue 47

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

Shades of Fiery Orange #B55E2F

Tints of Fiery Orange #B55E2F

RGB

 RED value IS 181 (71.09% from 255) = 56.21%

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 56.21%
G = 29.19%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B55E2F (or 0xB55E2F) is known color: Fiery Orange. HEX triplet: B5, 5E and 2F. RGB value is (181,94,47). Sum of RGB (Red+Green+Blue) = 181+94+47=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E2F is #4AA1D0. Grayscale: #727272. Windows color (decimal): -4891089 or 3104437. OLE color: 3104437.

HSL color Cylindrical-coordinate representation of color #B55E2F: hue angle of 21.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B55E2F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 94 47 -
CMYK 0 0.48 0.74 0.29
HSL 21.04º 0.59% 0.45% -
HSV(B) 21.04º 0.74% 0.71% -
XYZ 23.57 18.03 4.93 -
YUV 114.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 181 94 47 0 0.48 0.74 0.29 21.04 0.59 0.45
Hex B5 5E 2F 0 30 4A 1D 15 3B 2D
Octal 265 136 57 0 60 112 35 25 73 55
Binary 10110101 1011110 101111 0 110000 1001010 11101 10101 111011 101101

Color Harmonies of #B55E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E2F

Black with #B55E2F

Text Example


Text Example

White with #B55E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E2F; }

 p { color: rgb(181,94,47); }

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

background-color css

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

 a { background-color: rgb(181,94,47); }

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

border-color css

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

 span { border-color: rgb(181,94,47); }

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