Html Css Color HEX #B55D4A Flame Pea

📋 copy color: '#B55D4A'

red 181 ◦ green 93 ◦ blue 74

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

Shades of Flame Pea #B55D4A

Tints of Flame Pea #B55D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 52.01%
G = 26.72%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B55D4A (or 0xB55D4A) is known color: Flame Pea. HEX triplet: B5, 5D and 4A. RGB value is (181,93,74). Sum of RGB (Red+Green+Blue) = 181+93+74=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D4A is #4AA2B5. Grayscale: #757575. Windows color (decimal): -4891318 or 4873653. OLE color: 4873653.

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

Color convert

RGB 181 93 74 -
CMYK 0 0.49 0.59 0.29
HSL 10.65º 0.42% 0.5% -
HSV(B) 10.65º 0.59% 0.71% -
XYZ 24.21 18.15 8.71 -
YUV 117.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 181 93 74 0 0.49 0.59 0.29 10.65 0.42 0.5
Hex B5 5D 4A 0 31 3B 1D B 2A 32
Octal 265 135 112 0 61 73 35 13 52 62
Binary 10110101 1011101 1001010 0 110001 111011 11101 1011 101010 110010

Color Harmonies of #B55D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D4A

Black with #B55D4A

Text Example


Text Example

White with #B55D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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