Html Css Color HEX #B45947 Flame Pea

📋 copy color: '#B45947'

red 180 ◦ green 89 ◦ blue 71

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

Shades of Flame Pea #B45947

Tints of Flame Pea #B45947

RGB

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

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

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

R = 52.94%
G = 26.18%
B = 20.88%

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

#B45947 (or 0xB45947) is known color: Flame Pea. HEX triplet: B4, 59 and 47. RGB value is (180,89,71). Sum of RGB (Red+Green+Blue) = 180+89+71=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B45947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45947 is #4BA6B8. Grayscale: #727272. Windows color (decimal): -4957881 or 4676020. OLE color: 4676020.

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

Color convert

RGB 180 89 71 -
CMYK 0 0.51 0.61 0.29
HSL 9.91º 0.43% 0.49% -
HSV(B) 9.91º 0.61% 0.71% -
XYZ 23.53 17.3 8.06 -
YUV 114.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 180 89 71 0 0.51 0.61 0.29 9.91 0.43 0.49
Hex B4 59 47 0 33 3D 1D A 2B 31
Octal 264 131 107 0 63 75 35 12 53 61
Binary 10110100 1011001 1000111 0 110011 111101 11101 1010 101011 110001

Color Harmonies of #B45947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45947

Black with #B45947

Text Example


Text Example

White with #B45947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45947; }

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

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

background-color css

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

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

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

border-color css

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

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

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