#B95B51

Color #B95B51 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B95B51

Tints of Flame Pea #B95B51

Color information

#B95B51 (or 0xB95B51) is unknown color: approx Flame Pea. HEX triplet: B9, 5B and 51. RGB value is (185,91,81). Sum of RGB (Red+Green+Blue) = 185+91+81=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B51 is #46A4AE. Grayscale: #767676. Windows color (decimal): -4629679 or 5331897. OLE color: 5331897.

HSL color Cylindrical-coordinate representation of color #B95B51: hue angle of 5.77º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95B51 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1859181-
CMYK00.510.560.27
HSL5.77º42.62%52.16%-
HSV(B)5.77º56.22%72.55%-
XYZ25.2318.3910-
YUV117.97107.14175.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=51.82%
G=25.49%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185918100.510.560.275.7742.6252.16
HexB95B51033381B62b34
Octal271133121063703365364
Binary1011100110110111010001011001111100011011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B51; }

 p { color: rgb(185,91,81); }

 H1.HeaderClassName
 {
   color: #B95B51;
 }
 .AnyTagClassName
 {
   color: #B95B51;
 }
</style>
background-color css

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

 a { background-color: rgb(185,91,81); }

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

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

 span { border-color: rgb(185,91,81); }

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