Html Css Color HEX #B45D49 Flame Pea

📋 copy color: '#B45D49'

red 180 ◦ green 93 ◦ blue 73

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

Shades of Flame Pea #B45D49

Tints of Flame Pea #B45D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

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

R = 52.02%
G = 26.88%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B45D49 (or 0xB45D49) is known color: Flame Pea. HEX triplet: B4, 5D and 49. RGB value is (180,93,73). Sum of RGB (Red+Green+Blue) = 180+93+73=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D49 is #4BA2B6. Grayscale: #747474. Windows color (decimal): -4956855 or 4808116. OLE color: 4808116.

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

Color convert

RGB 180 93 73 -
CMYK 0 0.48 0.59 0.29
HSL 11.21º 0.42% 0.5% -
HSV(B) 11.21º 0.59% 0.71% -
XYZ 23.94 18.01 8.52 -
YUV 116.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 180 93 73 0 0.48 0.59 0.29 11.21 0.42 0.5
Hex B4 5D 49 0 30 3B 1D B 2A 32
Octal 264 135 111 0 60 73 35 13 52 62
Binary 10110100 1011101 1001001 0 110000 111011 11101 1011 101010 110010

Color Harmonies of #B45D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D49

Black with #B45D49

Text Example


Text Example

White with #B45D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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