Html Css Color HEX #B55948 Flame Pea

📋 copy color: '#B55948'

red 181 ◦ green 89 ◦ blue 72

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

Shades of Flame Pea #B55948

Tints of Flame Pea #B55948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 52.92%
G = 26.02%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B55948 (or 0xB55948) is known color: Flame Pea. HEX triplet: B5, 59 and 48. RGB value is (181,89,72). Sum of RGB (Red+Green+Blue) = 181+89+72=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B55948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55948 is #4AA6B7. Grayscale: #727272. Windows color (decimal): -4892344 or 4741557. OLE color: 4741557.

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

Color convert

RGB 181 89 72 -
CMYK 0 0.51 0.60 0.29
HSL 9.36º 0.43% 0.5% -
HSV(B) 9.36º 0.6% 0.71% -
XYZ 23.8 17.44 8.24 -
YUV 114.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 181 89 72 0 0.51 0.60 0.29 9.36 0.43 0.5
Hex B5 59 48 0 33 3C 1D 9 2B 32
Octal 265 131 110 0 63 74 35 11 53 62
Binary 10110101 1011001 1001000 0 110011 111100 11101 1001 101011 110010

Color Harmonies of #B55948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55948

Black with #B55948

Text Example


Text Example

White with #B55948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55948; }

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

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

background-color css

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

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

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

border-color css

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

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

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