Html Css Color HEX #B55B45 Flame Pea

📋 copy color: '#B55B45'

red 181 ◦ green 91 ◦ blue 69

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

Shades of Flame Pea #B55B45

Tints of Flame Pea #B55B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 53.08%
G = 26.69%
B = 20.23%

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

#B55B45 (or 0xB55B45) is known color: Flame Pea. HEX triplet: B5, 5B and 45. RGB value is (181,91,69). Sum of RGB (Red+Green+Blue) = 181+91+69=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B45 is #4AA4BA. Grayscale: #737373. Windows color (decimal): -4891835 or 4545461. OLE color: 4545461.

HSL color Cylindrical-coordinate representation of color #B55B45: hue angle of 11.79º 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 #B55B45 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 69 -
CMYK 0 0.50 0.62 0.29
HSL 11.79º 0.45% 0.49% -
HSV(B) 11.79º 0.62% 0.71% -
XYZ 23.87 17.74 7.8 -
YUV 115.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 181 91 69 0 0.50 0.62 0.29 11.79 0.45 0.49
Hex B5 5B 45 0 32 3E 1D C 2D 31
Octal 265 133 105 0 62 76 35 14 55 61
Binary 10110101 1011011 1000101 0 110010 111110 11101 1100 101101 110001

Color Harmonies of #B55B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B45

Black with #B55B45

Text Example


Text Example

White with #B55B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B45; }

 p { color: rgb(181,91,69); }

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

background-color css

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

 a { background-color: rgb(181,91,69); }

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

border-color css

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

 span { border-color: rgb(181,91,69); }

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