#B95D53

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

Shades of Flame Pea #B95D53

Tints of Flame Pea #B95D53

Color information

#B95D53 (or 0xB95D53) is unknown color: approx Flame Pea. HEX triplet: B9, 5D and 53. RGB value is (185,93,83). Sum of RGB (Red+Green+Blue) = 185+93+83=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D53 is #46A2AC. Grayscale: #777777. Windows color (decimal): -4629165 or 5463481. OLE color: 5463481.

HSL color Cylindrical-coordinate representation of color #B95D53: hue angle of 5.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95D53 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1859383-
CMYK00.500.550.27
HSL5.88º42.15%52.55%-
HSV(B)5.88º55.14%72.55%-
XYZ25.4818.7710.46-
YUV119.37107.48174.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=51.25%
G=25.76%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185938300.500.550.275.8842.1552.55
HexB95D53032371B62a35
Octal271135123062673365265
Binary1011100110111011010011011001011011111011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D53; }

 p { color: rgb(185,93,83); }

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

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

 a { background-color: rgb(185,93,83); }

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

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

 span { border-color: rgb(185,93,83); }

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