#B95741

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

Shades of Flame Pea #B95741

Tints of Flame Pea #B95741

Color information

#B95741 (or 0xB95741) is unknown color: approx Flame Pea. HEX triplet: B9, 57 and 41. RGB value is (185,87,65). Sum of RGB (Red+Green+Blue) = 185+87+65=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B95741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95741 is #46A8BE. Grayscale: #717171. Windows color (decimal): -4630719 or 4282297. OLE color: 4282297.

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

Color convert

RGB1858765-
CMYK00.530.650.27
HSL11º48%49.02%-
HSV(B)11º64.86%72.55%-
XYZ24.3717.517.1-
YUV113.79100.47178.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=54.90%
G=25.82%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185876500.530.650.27114849.02
HexB95741035411Bb3031
Octal27112710106510133136061
Binary101110011010111100000101101011000001110111011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95741; }

 p { color: rgb(185,87,65); }

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

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

 a { background-color: rgb(185,87,65); }

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

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

 span { border-color: rgb(185,87,65); }

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