Html Css Color HEX #B5552D Fiery Orange

📋 copy color: '#B5552D'

red 181 ◦ green 85 ◦ blue 45

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

Shades of Fiery Orange #B5552D

Tints of Fiery Orange #B5552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 58.2%
G = 27.33%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5552D (or 0xB5552D) is known color: Fiery Orange. HEX triplet: B5, 55 and 2D. RGB value is (181,85,45). Sum of RGB (Red+Green+Blue) = 181+85+45=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5552D is #4AAAD2. Grayscale: #6D6D6D. Windows color (decimal): -4893395 or 2971061. OLE color: 2971061.

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

Color convert

RGB 181 85 45 -
CMYK 0 0.53 0.75 0.29
HSL 17.65º 0.6% 0.44% -
HSV(B) 17.65º 0.75% 0.71% -
XYZ 22.78 16.51 4.47 -
YUV 109.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 181 85 45 0 0.53 0.75 0.29 17.65 0.6 0.44
Hex B5 55 2D 0 35 4B 1D 12 3C 2C
Octal 265 125 55 0 65 113 35 22 74 54
Binary 10110101 1010101 101101 0 110101 1001011 11101 10010 111100 101100

Color Harmonies of #B5552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5552D

Black with #B5552D

Text Example


Text Example

White with #B5552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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