Html Css Color HEX #B45E4D Flame Pea

📋 copy color: '#B45E4D'

red 180 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #B45E4D

Tints of Flame Pea #B45E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 51.28%
G = 26.78%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B45E4D (or 0xB45E4D) is known color: Flame Pea. HEX triplet: B4, 5E and 4D. RGB value is (180,94,77). Sum of RGB (Red+Green+Blue) = 180+94+77=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E4D is #4BA1B2. Grayscale: #757575. Windows color (decimal): -4956595 or 5070516. OLE color: 5070516.

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

Color convert

RGB 180 94 77 -
CMYK 0 0.48 0.57 0.29
HSL 9.9º 0.41% 0.5% -
HSV(B) 9.9º 0.57% 0.71% -
XYZ 24.16 18.24 9.27 -
YUV 117.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 180 94 77 0 0.48 0.57 0.29 9.9 0.41 0.5
Hex B4 5E 4D 0 30 39 1D A 29 32
Octal 264 136 115 0 60 71 35 12 51 62
Binary 10110100 1011110 1001101 0 110000 111001 11101 1010 101001 110010

Color Harmonies of #B45E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E4D

Black with #B45E4D

Text Example


Text Example

White with #B45E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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