Html Css Color HEX #B15D4D Flame Pea

📋 copy color: '#B15D4D'

red 177 ◦ green 93 ◦ blue 77

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

Shades of Flame Pea #B15D4D

Tints of Flame Pea #B15D4D

RGB

 RED value IS 177 (69.53% from 255) = 51.01%

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

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

R = 51.01%
G = 26.8%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B15D4D (or 0xB15D4D) is known color: Flame Pea. HEX triplet: B1, 5D and 4D. RGB value is (177,93,77). Sum of RGB (Red+Green+Blue) = 177+93+77=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D4D is #4EA2B2. Grayscale: #747474. Windows color (decimal): -5153459 or 5070257. OLE color: 5070257.

HSL color Cylindrical-coordinate representation of color #B15D4D: hue angle of 9.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15D4D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 93 77 -
CMYK 0 0.47 0.56 0.31
HSL 9.6º 0.39% 0.5% -
HSV(B) 9.6º 0.56% 0.69% -
XYZ 23.39 17.71 9.21 -
YUV 116.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 177 93 77 0 0.47 0.56 0.31 9.6 0.39 0.5
Hex B1 5D 4D 0 2F 38 1F A 27 32
Octal 261 135 115 0 57 70 37 12 47 62
Binary 10110001 1011101 1001101 0 101111 111000 11111 1010 100111 110010

Color Harmonies of #B15D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D4D

Black with #B15D4D

Text Example


Text Example

White with #B15D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D4D; }

 p { color: rgb(177,93,77); }

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

background-color css

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

 a { background-color: rgb(177,93,77); }

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

border-color css

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

 span { border-color: rgb(177,93,77); }

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