Html Css Color HEX #B55946 Flame Pea

📋 copy color: '#B55946'

red 181 ◦ green 89 ◦ blue 70

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

Shades of Flame Pea #B55946

Tints of Flame Pea #B55946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 53.24%
G = 26.18%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B55946 (or 0xB55946) is known color: Flame Pea. HEX triplet: B5, 59 and 46. RGB value is (181,89,70). Sum of RGB (Red+Green+Blue) = 181+89+70=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B55946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55946 is #4AA6B9. Grayscale: #727272. Windows color (decimal): -4892346 or 4610485. OLE color: 4610485.

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

Color convert

RGB 181 89 70 -
CMYK 0 0.51 0.61 0.29
HSL 10.27º 0.44% 0.49% -
HSV(B) 10.27º 0.61% 0.71% -
XYZ 23.73 17.41 7.9 -
YUV 114.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 181 89 70 0 0.51 0.61 0.29 10.27 0.44 0.49
Hex B5 59 46 0 33 3D 1D A 2C 31
Octal 265 131 106 0 63 75 35 12 54 61
Binary 10110101 1011001 1000110 0 110011 111101 11101 1010 101100 110001

Color Harmonies of #B55946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55946

Black with #B55946

Text Example


Text Example

White with #B55946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55946; }

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

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

background-color css

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

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

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

border-color css

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

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

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