Html Css Color HEX #B55C44 Flame Pea

📋 copy color: '#B55C44'

red 181 ◦ green 92 ◦ blue 68

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

Shades of Flame Pea #B55C44

Tints of Flame Pea #B55C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 53.08%
G = 26.98%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B55C44 (or 0xB55C44) is known color: Flame Pea. HEX triplet: B5, 5C and 44. RGB value is (181,92,68). Sum of RGB (Red+Green+Blue) = 181+92+68=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C44 is #4AA3BB. Grayscale: #747474. Windows color (decimal): -4891580 or 4480181. OLE color: 4480181.

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

Color convert

RGB 181 92 68 -
CMYK 0 0.49 0.62 0.29
HSL 12.74º 0.45% 0.49% -
HSV(B) 12.74º 0.62% 0.71% -
XYZ 23.93 17.9 7.66 -
YUV 115.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 181 92 68 0 0.49 0.62 0.29 12.74 0.45 0.49
Hex B5 5C 44 0 31 3E 1D D 2D 31
Octal 265 134 104 0 61 76 35 15 55 61
Binary 10110101 1011100 1000100 0 110001 111110 11101 1101 101101 110001

Color Harmonies of #B55C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C44

Black with #B55C44

Text Example


Text Example

White with #B55C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C44; }

 p { color: rgb(181,92,68); }

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

background-color css

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

 a { background-color: rgb(181,92,68); }

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

border-color css

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

 span { border-color: rgb(181,92,68); }

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