Html Css Color HEX #B5552C Fiery Orange

📋 copy color: '#B5552C'

red 181 ◦ green 85 ◦ blue 44

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

Shades of Fiery Orange #B5552C

Tints of Fiery Orange #B5552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 58.39%
G = 27.42%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5552C (or 0xB5552C) is known color: Fiery Orange. HEX triplet: B5, 55 and 2C. RGB value is (181,85,44). Sum of RGB (Red+Green+Blue) = 181+85+44=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5552C is #4AAAD3. Grayscale: #6D6D6D. Windows color (decimal): -4893396 or 2905525. OLE color: 2905525.

HSL color Cylindrical-coordinate representation of color #B5552C: hue angle of 17.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5552C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 44 -
CMYK 0 0.53 0.76 0.29
HSL 17.96º 0.61% 0.44% -
HSV(B) 17.96º 0.76% 0.71% -
XYZ 22.76 16.5 4.37 -
YUV 109.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 181 85 44 0 0.53 0.76 0.29 17.96 0.61 0.44
Hex B5 55 2C 0 35 4C 1D 12 3D 2C
Octal 265 125 54 0 65 114 35 22 75 54
Binary 10110101 1010101 101100 0 110101 1001100 11101 10010 111101 101100

Color Harmonies of #B5552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5552C

Black with #B5552C

Text Example


Text Example

White with #B5552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5552C; }

 p { color: rgb(181,85,44); }

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

background-color css

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

 a { background-color: rgb(181,85,44); }

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

border-color css

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

 span { border-color: rgb(181,85,44); }

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