Html Css Color HEX #B45E47 Flame Pea

📋 copy color: '#B45E47'

red 180 ◦ green 94 ◦ blue 71

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

Shades of Flame Pea #B45E47

Tints of Flame Pea #B45E47

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

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

R = 52.17%
G = 27.25%
B = 20.58%

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

#B45E47 (or 0xB45E47) is known color: Flame Pea. HEX triplet: B4, 5E and 47. RGB value is (180,94,71). Sum of RGB (Red+Green+Blue) = 180+94+71=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E47 is #4BA1B8. Grayscale: #757575. Windows color (decimal): -4956601 or 4677300. OLE color: 4677300.

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

Color convert

RGB 180 94 71 -
CMYK 0 0.48 0.61 0.29
HSL 12.66º 0.43% 0.49% -
HSV(B) 12.66º 0.61% 0.71% -
XYZ 23.96 18.16 8.2 -
YUV 117.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 180 94 71 0 0.48 0.61 0.29 12.66 0.43 0.49
Hex B4 5E 47 0 30 3D 1D D 2B 31
Octal 264 136 107 0 60 75 35 15 53 61
Binary 10110100 1011110 1000111 0 110000 111101 11101 1101 101011 110001

Color Harmonies of #B45E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E47

Black with #B45E47

Text Example


Text Example

White with #B45E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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