Html Css Color HEX #B15E52 Flame Pea

📋 copy color: '#B15E52'

red 177 ◦ green 94 ◦ blue 82

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

Shades of Flame Pea #B15E52

Tints of Flame Pea #B15E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 50.14%
G = 26.63%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B15E52 (or 0xB15E52) is known color: Flame Pea. HEX triplet: B1, 5E and 52. RGB value is (177,94,82). Sum of RGB (Red+Green+Blue) = 177+94+82=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E52 is #4EA1AD. Grayscale: #757575. Windows color (decimal): -5153198 or 5398193. OLE color: 5398193.

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

Color convert

RGB 177 94 82 -
CMYK 0 0.47 0.54 0.31
HSL 7.58º 0.38% 0.51% -
HSV(B) 7.58º 0.54% 0.69% -
XYZ 23.66 17.96 10.2 -
YUV 117.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 177 94 82 0 0.47 0.54 0.31 7.58 0.38 0.51
Hex B1 5E 52 0 2F 36 1F 8 26 33
Octal 261 136 122 0 57 66 37 10 46 63
Binary 10110001 1011110 1010010 0 101111 110110 11111 1000 100110 110011

Color Harmonies of #B15E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15E52

Black with #B15E52

Text Example


Text Example

White with #B15E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15E52; }

 p { color: rgb(177,94,82); }

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

background-color css

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

 a { background-color: rgb(177,94,82); }

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

border-color css

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

 span { border-color: rgb(177,94,82); }

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