#B95942

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

Shades of Flame Pea #B95942

Tints of Flame Pea #B95942

Color information

#B95942 (or 0xB95942) is unknown color: approx Flame Pea. HEX triplet: B9, 59 and 42. RGB value is (185,89,66). Sum of RGB (Red+Green+Blue) = 185+89+66=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B95942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95942 is #46A6BD. Grayscale: #737373. Windows color (decimal): -4630206 or 4348345. OLE color: 4348345.

HSL color Cylindrical-coordinate representation of color #B95942: hue angle of 11.6º 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 #B95942 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1858966-
CMYK00.520.640.27
HSL11.6º47.41%49.22%-
HSV(B)11.6º64.32%72.55%-
XYZ24.5617.857.31-
YUV115.08100.3177.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=54.41%
G=26.18%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185896600.520.640.2711.647.4149.22
HexB95942034401Bc2f31
Octal27113110206410033145761
Binary101110011011001100001001101001000000110111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95942; }

 p { color: rgb(185,89,66); }

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

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

 a { background-color: rgb(185,89,66); }

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

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

 span { border-color: rgb(185,89,66); }

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