Html Css Color HEX #B45D47 Flame Pea

📋 copy color: '#B45D47'

red 180 ◦ green 93 ◦ blue 71

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

Shades of Flame Pea #B45D47

Tints of Flame Pea #B45D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 52.33%
G = 27.03%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B45D47 (or 0xB45D47) is known color: Flame Pea. HEX triplet: B4, 5D and 47. RGB value is (180,93,71). Sum of RGB (Red+Green+Blue) = 180+93+71=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D47 is #4BA2B8. Grayscale: #747474. Windows color (decimal): -4956857 or 4677044. OLE color: 4677044.

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

Color convert

RGB 180 93 71 -
CMYK 0 0.48 0.61 0.29
HSL 12.11º 0.43% 0.49% -
HSV(B) 12.11º 0.61% 0.71% -
XYZ 23.87 17.99 8.17 -
YUV 116.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 180 93 71 0 0.48 0.61 0.29 12.11 0.43 0.49
Hex B4 5D 47 0 30 3D 1D C 2B 31
Octal 264 135 107 0 60 75 35 14 53 61
Binary 10110100 1011101 1000111 0 110000 111101 11101 1100 101011 110001

Color Harmonies of #B45D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D47

Black with #B45D47

Text Example


Text Example

White with #B45D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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