Html Css Color HEX #B55E28 Fiery Orange

📋 copy color: '#B55E28'

red 181 ◦ green 94 ◦ blue 40

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

Shades of Fiery Orange #B55E28

Tints of Fiery Orange #B55E28

RGB

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

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

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

R = 57.46%
G = 29.84%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B55E28 (or 0xB55E28) is known color: Fiery Orange. HEX triplet: B5, 5E and 28. RGB value is (181,94,40). Sum of RGB (Red+Green+Blue) = 181+94+40=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E28 is #4AA1D7. Grayscale: #727272. Windows color (decimal): -4891096 or 2645685. OLE color: 2645685.

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

Color convert

RGB 181 94 40 -
CMYK 0 0.48 0.78 0.29
HSL 22.98º 0.64% 0.43% -
HSV(B) 22.98º 0.78% 0.71% -
XYZ 23.44 17.98 4.24 -
YUV 113.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 181 94 40 0 0.48 0.78 0.29 22.98 0.64 0.43
Hex B5 5E 28 0 30 4E 1D 17 40 2B
Octal 265 136 50 0 60 116 35 27 100 53
Binary 10110101 1011110 101000 0 110000 1001110 11101 10111 1000000 101011

Color Harmonies of #B55E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E28

Black with #B55E28

Text Example


Text Example

White with #B55E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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