#B95C44

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

Shades of Flame Pea #B95C44

Tints of Flame Pea #B95C44

Color information

#B95C44 (or 0xB95C44) is unknown color: approx Flame Pea. HEX triplet: B9, 5C and 44. RGB value is (185,92,68). Sum of RGB (Red+Green+Blue) = 185+92+68=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C44 is #46A3BB. Grayscale: #757575. Windows color (decimal): -4629436 or 4480185. OLE color: 4480185.

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

Color convert

RGB1859268-
CMYK00.500.630.27
HSL12.31º46.25%49.61%-
HSV(B)12.31º63.24%72.55%-
XYZ24.8818.397.71-
YUV117.07100.31176.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=53.62%
G=26.67%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185926800.500.630.2712.3146.2549.61
HexB95C440323F1Bc2e32
Octal2711341040627733145662
Binary10111001101110010001000110010111111110111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C44; }

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

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

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

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

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

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

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

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