Html Css Color HEX #B55D51 Flame Pea

📋 copy color: '#B55D51'

red 181 ◦ green 93 ◦ blue 81

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

Shades of Flame Pea #B55D51

Tints of Flame Pea #B55D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 50.99%
G = 26.2%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B55D51 (or 0xB55D51) is known color: Flame Pea. HEX triplet: B5, 5D and 51. RGB value is (181,93,81). Sum of RGB (Red+Green+Blue) = 181+93+81=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D51 is #4AA2AE. Grayscale: #767676. Windows color (decimal): -4891311 or 5332405. OLE color: 5332405.

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

Color convert

RGB 181 93 81 -
CMYK 0 0.49 0.55 0.29
HSL 7.2º 0.4% 0.51% -
HSV(B) 7.2º 0.55% 0.71% -
XYZ 24.46 18.25 10.02 -
YUV 117.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 181 93 81 0 0.49 0.55 0.29 7.2 0.4 0.51
Hex B5 5D 51 0 31 37 1D 7 28 33
Octal 265 135 121 0 61 67 35 7 50 63
Binary 10110101 1011101 1010001 0 110001 110111 11101 111 101000 110011

Color Harmonies of #B55D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D51

Black with #B55D51

Text Example


Text Example

White with #B55D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D51; }

 p { color: rgb(181,93,81); }

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

background-color css

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

 a { background-color: rgb(181,93,81); }

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

border-color css

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

 span { border-color: rgb(181,93,81); }

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