#B95D4C

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

Shades of Flame Pea #B95D4C

Tints of Flame Pea #B95D4C

Color information

#B95D4C (or 0xB95D4C) is unknown color: approx Flame Pea. HEX triplet: B9, 5D and 4C. RGB value is (185,93,76). Sum of RGB (Red+Green+Blue) = 185+93+76=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95D4C is #46A2B3. Grayscale: #767676. Windows color (decimal): -4629172 or 5004729. OLE color: 5004729.

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

Color convert

RGB1859376-
CMYK00.500.590.27
HSL9.36º43.78%51.18%-
HSV(B)9.36º58.92%72.55%-
XYZ25.2318.669.11-
YUV118.57103.98175.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=52.26%
G=26.27%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185937600.500.590.279.3643.7851.18
HexB95D4C0323B1B92c33
Octal2711351140627333115463
Binary10111001101110110011000110010111011110111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D4C; }

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

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

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

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

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

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

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

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