Html Css Color HEX #B16056 Flame Pea

📋 copy color: '#B16056'

red 177 ◦ green 96 ◦ blue 86

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

Shades of Flame Pea #B16056

Tints of Flame Pea #B16056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.96%

R = 49.3%
G = 26.74%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B16056 (or 0xB16056) is known color: Flame Pea. HEX triplet: B1, 60 and 56. RGB value is (177,96,86). Sum of RGB (Red+Green+Blue) = 177+96+86=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16056 is #4E9FA9. Grayscale: #777777. Windows color (decimal): -5152682 or 5660849. OLE color: 5660849.

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

Color convert

RGB 177 96 86 -
CMYK 0 0.46 0.51 0.31
HSL 6.59º 0.37% 0.52% -
HSV(B) 6.59º 0.51% 0.69% -
XYZ 23.99 18.38 11.09 -
YUV 119.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 177 96 86 0 0.46 0.51 0.31 6.59 0.37 0.52
Hex B1 60 56 0 2E 33 1F 7 25 34
Octal 261 140 126 0 56 63 37 7 45 64
Binary 10110001 1100000 1010110 0 101110 110011 11111 111 100101 110100

Color Harmonies of #B16056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16056

Black with #B16056

Text Example


Text Example

White with #B16056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16056; }

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

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

background-color css

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

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

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

border-color css

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

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

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