Html Css Color HEX #B55940 Flame Pea

📋 copy color: '#B55940'

red 181 ◦ green 89 ◦ blue 64

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

Shades of Flame Pea #B55940

Tints of Flame Pea #B55940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 54.19%
G = 26.65%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B55940 (or 0xB55940) is known color: Flame Pea. HEX triplet: B5, 59 and 40. RGB value is (181,89,64). Sum of RGB (Red+Green+Blue) = 181+89+64=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B55940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55940 is #4AA6BF. Grayscale: #717171. Windows color (decimal): -4892352 or 4217269. OLE color: 4217269.

HSL color Cylindrical-coordinate representation of color #B55940: hue angle of 12.82º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B55940 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 89 64 -
CMYK 0 0.51 0.65 0.29
HSL 12.82º 0.48% 0.48% -
HSV(B) 12.82º 0.65% 0.71% -
XYZ 23.55 17.34 6.96 -
YUV 113.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 181 89 64 0 0.51 0.65 0.29 12.82 0.48 0.48
Hex B5 59 40 0 33 41 1D D 30 30
Octal 265 131 100 0 63 101 35 15 60 60
Binary 10110101 1011001 1000000 0 110011 1000001 11101 1101 110000 110000

Color Harmonies of #B55940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55940

Black with #B55940

Text Example


Text Example

White with #B55940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55940; }

 p { color: rgb(181,89,64); }

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

background-color css

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

 a { background-color: rgb(181,89,64); }

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

border-color css

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

 span { border-color: rgb(181,89,64); }

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