Html Css Color HEX #B55632 Fiery Orange

📋 copy color: '#B55632'

red 181 ◦ green 86 ◦ blue 50

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

Shades of Fiery Orange #B55632

Tints of Fiery Orange #B55632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 57.1%
G = 27.13%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B55632 (or 0xB55632) is known color: Fiery Orange. HEX triplet: B5, 56 and 32. RGB value is (181,86,50). Sum of RGB (Red+Green+Blue) = 181+86+50=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B55632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55632 is #4AA9CD. Grayscale: #6E6E6E. Windows color (decimal): -4893134 or 3298997. OLE color: 3298997.

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

Color convert

RGB 181 86 50 -
CMYK 0 0.52 0.72 0.29
HSL 16.49º 0.57% 0.45% -
HSV(B) 16.49º 0.72% 0.71% -
XYZ 22.96 16.71 5.03 -
YUV 110.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 181 86 50 0 0.52 0.72 0.29 16.49 0.57 0.45
Hex B5 56 32 0 34 48 1D 10 39 2D
Octal 265 126 62 0 64 110 35 20 71 55
Binary 10110101 1010110 110010 0 110100 1001000 11101 10000 111001 101101

Color Harmonies of #B55632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55632

Black with #B55632

Text Example


Text Example

White with #B55632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55632; }

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

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

background-color css

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

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

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

border-color css

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

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

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