Html Css Color HEX #B16050 Flame Pea

📋 copy color: '#B16050'

red 177 ◦ green 96 ◦ blue 80

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

Shades of Flame Pea #B16050

Tints of Flame Pea #B16050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 50.14%
G = 27.2%
B = 22.66%

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

#B16050 (or 0xB16050) is known color: Flame Pea. HEX triplet: B1, 60 and 50. RGB value is (177,96,80). Sum of RGB (Red+Green+Blue) = 177+96+80=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B16050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16050 is #4E9FAF. Grayscale: #767676. Windows color (decimal): -5152688 or 5267633. OLE color: 5267633.

HSL color Cylindrical-coordinate representation of color #B16050: hue angle of 9.9º 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 #B16050 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 80 -
CMYK 0 0.46 0.55 0.31
HSL 9.9º 0.38% 0.5% -
HSV(B) 9.9º 0.55% 0.69% -
XYZ 23.76 18.29 9.87 -
YUV 118.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 177 96 80 0 0.46 0.55 0.31 9.9 0.38 0.5
Hex B1 60 50 0 2E 37 1F A 26 32
Octal 261 140 120 0 56 67 37 12 46 62
Binary 10110001 1100000 1010000 0 101110 110111 11111 1010 100110 110010

Color Harmonies of #B16050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16050

Black with #B16050

Text Example


Text Example

White with #B16050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16050; }

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

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

background-color css

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

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

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

border-color css

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

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

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