Html Css Color HEX #B55A4D Flame Pea

📋 copy color: '#B55A4D'

red 181 ◦ green 90 ◦ blue 77

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

Shades of Flame Pea #B55A4D

Tints of Flame Pea #B55A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 52.01%
G = 25.86%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B55A4D (or 0xB55A4D) is known color: Flame Pea. HEX triplet: B5, 5A and 4D. RGB value is (181,90,77). Sum of RGB (Red+Green+Blue) = 181+90+77=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A4D is #4AA5B2. Grayscale: #737373. Windows color (decimal): -4892083 or 5069493. OLE color: 5069493.

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

Color convert

RGB 181 90 77 -
CMYK 0 0.50 0.57 0.29
HSL 7.5º 0.41% 0.51% -
HSV(B) 7.5º 0.57% 0.71% -
XYZ 24.05 17.67 9.16 -
YUV 115.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 181 90 77 0 0.50 0.57 0.29 7.5 0.41 0.51
Hex B5 5A 4D 0 32 39 1D 8 29 33
Octal 265 132 115 0 62 71 35 10 51 63
Binary 10110101 1011010 1001101 0 110010 111001 11101 1000 101001 110011

Color Harmonies of #B55A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A4D

Black with #B55A4D

Text Example


Text Example

White with #B55A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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