Html Css Color HEX #B15F50 Flame Pea

📋 copy color: '#B15F50'

red 177 ◦ green 95 ◦ blue 80

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

Shades of Flame Pea #B15F50

Tints of Flame Pea #B15F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 50.28%
G = 26.99%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B15F50 (or 0xB15F50) is known color: Flame Pea. HEX triplet: B1, 5F and 50. RGB value is (177,95,80). Sum of RGB (Red+Green+Blue) = 177+95+80=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F50 is #4EA0AF. Grayscale: #757575. Windows color (decimal): -5152944 or 5267377. OLE color: 5267377.

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

Color convert

RGB 177 95 80 -
CMYK 0 0.46 0.55 0.31
HSL 9.28º 0.38% 0.5% -
HSV(B) 9.28º 0.55% 0.69% -
XYZ 23.67 18.11 9.84 -
YUV 117.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 177 95 80 0 0.46 0.55 0.31 9.28 0.38 0.5
Hex B1 5F 50 0 2E 37 1F 9 26 32
Octal 261 137 120 0 56 67 37 11 46 62
Binary 10110001 1011111 1010000 0 101110 110111 11111 1001 100110 110010

Color Harmonies of #B15F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F50

Black with #B15F50

Text Example


Text Example

White with #B15F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F50; }

 p { color: rgb(177,95,80); }

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

background-color css

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

 a { background-color: rgb(177,95,80); }

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

border-color css

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

 span { border-color: rgb(177,95,80); }

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