#B95C4E

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

Shades of Flame Pea #B95C4E

Tints of Flame Pea #B95C4E

Color information

#B95C4E (or 0xB95C4E) is unknown color: approx Flame Pea. HEX triplet: B9, 5C and 4E. RGB value is (185,92,78). Sum of RGB (Red+Green+Blue) = 185+92+78=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C4E is #46A3B1. Grayscale: #767676. Windows color (decimal): -4629426 or 5135545. OLE color: 5135545.

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

Color convert

RGB1859278-
CMYK00.500.580.27
HSL7.85º43.32%51.57%-
HSV(B)7.85º57.84%72.55%-
XYZ25.2118.529.45-
YUV118.21105.31175.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=52.11%
G=25.92%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185927800.500.580.277.8543.3251.57
HexB95C4E0323A1B82b34
Octal2711341160627233105364
Binary10111001101110010011100110010111010110111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C4E; }

 p { color: rgb(185,92,78); }

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

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

 a { background-color: rgb(185,92,78); }

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

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

 span { border-color: rgb(185,92,78); }

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