Html Css Color HEX #B55744 Flame Pea

📋 copy color: '#B55744'

red 181 ◦ green 87 ◦ blue 68

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

Shades of Flame Pea #B55744

Tints of Flame Pea #B55744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 53.87%
G = 25.89%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B55744 (or 0xB55744) is known color: Flame Pea. HEX triplet: B5, 57 and 44. RGB value is (181,87,68). Sum of RGB (Red+Green+Blue) = 181+87+68=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B55744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55744 is #4AA8BB. Grayscale: #717171. Windows color (decimal): -4892860 or 4478901. OLE color: 4478901.

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

Color convert

RGB 181 87 68 -
CMYK 0 0.52 0.62 0.29
HSL 10.09º 0.45% 0.49% -
HSV(B) 10.09º 0.62% 0.71% -
XYZ 23.51 17.06 7.52 -
YUV 112.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 181 87 68 0 0.52 0.62 0.29 10.09 0.45 0.49
Hex B5 57 44 0 34 3E 1D A 2D 31
Octal 265 127 104 0 64 76 35 12 55 61
Binary 10110101 1010111 1000100 0 110100 111110 11101 1010 101101 110001

Color Harmonies of #B55744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55744

Black with #B55744

Text Example


Text Example

White with #B55744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55744; }

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

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

background-color css

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

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

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

border-color css

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

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

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