Html Css Color HEX #B5553E Flame Pea

📋 copy color: '#B5553E'

red 181 ◦ green 85 ◦ blue 62

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

Shades of Flame Pea #B5553E

Tints of Flame Pea #B5553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 55.18%
G = 25.91%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5553E (or 0xB5553E) is known color: Flame Pea. HEX triplet: B5, 55 and 3E. RGB value is (181,85,62). Sum of RGB (Red+Green+Blue) = 181+85+62=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5553E is #4AAAC1. Grayscale: #6F6F6F. Windows color (decimal): -4893378 or 4085173. OLE color: 4085173.

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

Color convert

RGB 181 85 62 -
CMYK 0 0.53 0.66 0.29
HSL 11.6º 0.49% 0.48% -
HSV(B) 11.6º 0.66% 0.71% -
XYZ 23.17 16.67 6.55 -
YUV 111.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 181 85 62 0 0.53 0.66 0.29 11.6 0.49 0.48
Hex B5 55 3E 0 35 42 1D C 31 30
Octal 265 125 76 0 65 102 35 14 61 60
Binary 10110101 1010101 111110 0 110101 1000010 11101 1100 110001 110000

Color Harmonies of #B5553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5553E

Black with #B5553E

Text Example


Text Example

White with #B5553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5553E; }

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

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

background-color css

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

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

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

border-color css

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

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

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