Html Css Color HEX #B45849 Flame Pea

📋 copy color: '#B45849'

red 180 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #B45849

Tints of Flame Pea #B45849

RGB

 RED value IS 180 (70.7% from 255) = 52.79%

 GREEN value IS 88 (34.77% from 255) = 25.81%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 52.79%
G = 25.81%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B45849 (or 0xB45849) is known color: Flame Pea. HEX triplet: B4, 58 and 49. RGB value is (180,88,73). Sum of RGB (Red+Green+Blue) = 180+88+73=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B45849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45849 is #4BA7B6. Grayscale: #717171. Windows color (decimal): -4958135 or 4806836. OLE color: 4806836.

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

Color convert

RGB 180 88 73 -
CMYK 0 0.51 0.59 0.29
HSL 8.41º 0.42% 0.5% -
HSV(B) 8.41º 0.59% 0.71% -
XYZ 23.51 17.16 8.38 -
YUV 113.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 180 88 73 0 0.51 0.59 0.29 8.41 0.42 0.5
Hex B4 58 49 0 33 3B 1D 8 2A 32
Octal 264 130 111 0 63 73 35 10 52 62
Binary 10110100 1011000 1001001 0 110011 111011 11101 1000 101010 110010

Color Harmonies of #B45849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45849

Black with #B45849

Text Example


Text Example

White with #B45849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45849; }

 p { color: rgb(180,88,73); }

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

background-color css

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

 a { background-color: rgb(180,88,73); }

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

border-color css

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

 span { border-color: rgb(180,88,73); }

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