#B95E43

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

Shades of Flame Pea #B95E43

Tints of Flame Pea #B95E43

Color information

#B95E43 (or 0xB95E43) is unknown color: approx Flame Pea. HEX triplet: B9, 5E and 43. RGB value is (185,94,67). Sum of RGB (Red+Green+Blue) = 185+94+67=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E43 is #46A1BC. Grayscale: #767676. Windows color (decimal): -4628925 or 4415161. OLE color: 4415161.

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

Color convert

RGB1859467-
CMYK00.490.640.27
HSL13.73º46.83%49.41%-
HSV(B)13.73º63.78%72.55%-
XYZ25.0218.727.61-
YUV118.1399.15175.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=53.47%
G=27.17%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185946700.490.640.2713.7346.8349.41
HexB95E43031401Be2f31
Octal27113610306110033165761
Binary101110011011110100001101100011000000110111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E43; }

 p { color: rgb(185,94,67); }

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

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

 a { background-color: rgb(185,94,67); }

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

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

 span { border-color: rgb(185,94,67); }

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