Html Css Color HEX #B16054 Flame Pea

📋 copy color: '#B16054'

red 177 ◦ green 96 ◦ blue 84

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

Shades of Flame Pea #B16054

Tints of Flame Pea #B16054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 49.58%
G = 26.89%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B16054 (or 0xB16054) is known color: Flame Pea. HEX triplet: B1, 60 and 54. RGB value is (177,96,84). Sum of RGB (Red+Green+Blue) = 177+96+84=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B16054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16054 is #4E9FAB. Grayscale: #767676. Windows color (decimal): -5152684 or 5529777. OLE color: 5529777.

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

Color convert

RGB 177 96 84 -
CMYK 0 0.46 0.53 0.31
HSL 7.74º 0.37% 0.51% -
HSV(B) 7.74º 0.53% 0.69% -
XYZ 23.91 18.35 10.67 -
YUV 118.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 177 96 84 0 0.46 0.53 0.31 7.74 0.37 0.51
Hex B1 60 54 0 2E 35 1F 8 25 33
Octal 261 140 124 0 56 65 37 10 45 63
Binary 10110001 1100000 1010100 0 101110 110101 11111 1000 100101 110011

Color Harmonies of #B16054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16054

Black with #B16054

Text Example


Text Example

White with #B16054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16054; }

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

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

background-color css

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

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

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

border-color css

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

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

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