Html Css Color HEX #B55D54 Flame Pea

📋 copy color: '#B55D54'

red 181 ◦ green 93 ◦ blue 84

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

Shades of Flame Pea #B55D54

Tints of Flame Pea #B55D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.46%

R = 50.56%
G = 25.98%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B55D54 (or 0xB55D54) is known color: Flame Pea. HEX triplet: B5, 5D and 54. RGB value is (181,93,84). Sum of RGB (Red+Green+Blue) = 181+93+84=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D54 is #4AA2AB. Grayscale: #767676. Windows color (decimal): -4891308 or 5529013. OLE color: 5529013.

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

Color convert

RGB 181 93 84 -
CMYK 0 0.49 0.54 0.29
HSL 5.57º 0.4% 0.52% -
HSV(B) 5.57º 0.54% 0.71% -
XYZ 24.57 18.29 10.62 -
YUV 118.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 181 93 84 0 0.49 0.54 0.29 5.57 0.4 0.52
Hex B5 5D 54 0 31 36 1D 6 28 34
Octal 265 135 124 0 61 66 35 6 50 64
Binary 10110101 1011101 1010100 0 110001 110110 11101 110 101000 110100

Color Harmonies of #B55D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D54

Black with #B55D54

Text Example


Text Example

White with #B55D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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