Html Css Color HEX #B55D32 Fiery Orange

📋 copy color: '#B55D32'

red 181 ◦ green 93 ◦ blue 50

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

Shades of Fiery Orange #B55D32

Tints of Fiery Orange #B55D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 55.86%
G = 28.7%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B55D32 (or 0xB55D32) is known color: Fiery Orange. HEX triplet: B5, 5D and 32. RGB value is (181,93,50). Sum of RGB (Red+Green+Blue) = 181+93+50=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D32 is #4AA2CD. Grayscale: #727272. Windows color (decimal): -4891342 or 3300789. OLE color: 3300789.

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

Color convert

RGB 181 93 50 -
CMYK 0 0.49 0.72 0.29
HSL 19.69º 0.57% 0.45% -
HSV(B) 19.69º 0.72% 0.71% -
XYZ 23.55 17.88 5.23 -
YUV 114.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 181 93 50 0 0.49 0.72 0.29 19.69 0.57 0.45
Hex B5 5D 32 0 31 48 1D 14 39 2D
Octal 265 135 62 0 61 110 35 24 71 55
Binary 10110101 1011101 110010 0 110001 1001000 11101 10100 111001 101101

Color Harmonies of #B55D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D32

Black with #B55D32

Text Example


Text Example

White with #B55D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D32; }

 p { color: rgb(181,93,50); }

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

background-color css

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

 a { background-color: rgb(181,93,50); }

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

border-color css

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

 span { border-color: rgb(181,93,50); }

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