Html Css Color HEX #B55A44 Flame Pea

📋 copy color: '#B55A44'

red 181 ◦ green 90 ◦ blue 68

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

Shades of Flame Pea #B55A44

Tints of Flame Pea #B55A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 53.39%
G = 26.55%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B55A44 (or 0xB55A44) is known color: Flame Pea. HEX triplet: B5, 5A and 44. RGB value is (181,90,68). Sum of RGB (Red+Green+Blue) = 181+90+68=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A44 is #4AA5BB. Grayscale: #727272. Windows color (decimal): -4892092 or 4479669. OLE color: 4479669.

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

Color convert

RGB 181 90 68 -
CMYK 0 0.50 0.62 0.29
HSL 11.68º 0.45% 0.49% -
HSV(B) 11.68º 0.62% 0.71% -
XYZ 23.76 17.55 7.6 -
YUV 114.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 181 90 68 0 0.50 0.62 0.29 11.68 0.45 0.49
Hex B5 5A 44 0 32 3E 1D C 2D 31
Octal 265 132 104 0 62 76 35 14 55 61
Binary 10110101 1011010 1000100 0 110010 111110 11101 1100 101101 110001

Color Harmonies of #B55A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A44

Black with #B55A44

Text Example


Text Example

White with #B55A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A44; }

 p { color: rgb(181,90,68); }

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

background-color css

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

 a { background-color: rgb(181,90,68); }

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

border-color css

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

 span { border-color: rgb(181,90,68); }

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