Html Css Color HEX #B55E2E Fiery Orange

📋 copy color: '#B55E2E'

red 181 ◦ green 94 ◦ blue 46

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

Shades of Fiery Orange #B55E2E

Tints of Fiery Orange #B55E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 56.39%
G = 29.28%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B55E2E (or 0xB55E2E) is known color: Fiery Orange. HEX triplet: B5, 5E and 2E. RGB value is (181,94,46). Sum of RGB (Red+Green+Blue) = 181+94+46=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E2E is #4AA1D1. Grayscale: #727272. Windows color (decimal): -4891090 or 3038901. OLE color: 3038901.

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

Color convert

RGB 181 94 46 -
CMYK 0 0.48 0.75 0.29
HSL 21.33º 0.59% 0.45% -
HSV(B) 21.33º 0.75% 0.71% -
XYZ 23.55 18.03 4.82 -
YUV 114.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 181 94 46 0 0.48 0.75 0.29 21.33 0.59 0.45
Hex B5 5E 2E 0 30 4B 1D 15 3B 2D
Octal 265 136 56 0 60 113 35 25 73 55
Binary 10110101 1011110 101110 0 110000 1001011 11101 10101 111011 101101

Color Harmonies of #B55E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E2E

Black with #B55E2E

Text Example


Text Example

White with #B55E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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