Html Css Color HEX #B55B2E Fiery Orange

📋 copy color: '#B55B2E'

red 181 ◦ green 91 ◦ blue 46

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

Shades of Fiery Orange #B55B2E

Tints of Fiery Orange #B55B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 56.92%
G = 28.62%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B55B2E (or 0xB55B2E) is known color: Fiery Orange. HEX triplet: B5, 5B and 2E. RGB value is (181,91,46). Sum of RGB (Red+Green+Blue) = 181+91+46=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B2E is #4AA4D1. Grayscale: #717171. Windows color (decimal): -4891858 or 3038133. OLE color: 3038133.

HSL color Cylindrical-coordinate representation of color #B55B2E: hue angle of 20º 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 #B55B2E is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 46 -
CMYK 0 0.50 0.75 0.29
HSL 20º 0.59% 0.45% -
HSV(B) 20º 0.75% 0.71% -
XYZ 23.29 17.5 4.74 -
YUV 112.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 181 91 46 0 0.50 0.75 0.29 20 0.59 0.45
Hex B5 5B 2E 0 32 4B 1D 14 3B 2D
Octal 265 133 56 0 62 113 35 24 73 55
Binary 10110101 1011011 101110 0 110010 1001011 11101 10100 111011 101101

Color Harmonies of #B55B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B2E

Black with #B55B2E

Text Example


Text Example

White with #B55B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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