#B95B43

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

Shades of Flame Pea #B95B43

Tints of Flame Pea #B95B43

Color information

#B95B43 (or 0xB95B43) is unknown color: approx Flame Pea. HEX triplet: B9, 5B and 43. RGB value is (185,91,67). Sum of RGB (Red+Green+Blue) = 185+91+67=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B43 is #46A4BC. Grayscale: #747474. Windows color (decimal): -4629693 or 4414393. OLE color: 4414393.

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

Color convert

RGB1859167-
CMYK00.510.640.27
HSL12.2º46.83%49.41%-
HSV(B)12.2º63.78%72.55%-
XYZ24.7618.27.52-
YUV116.37100.14176.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 67 (26.56% from 255) = 19.53%
R=53.94%
G=26.53%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185916700.510.640.2712.246.8349.41
HexB95B43033401Bc2f31
Octal27113310306310033145761
Binary101110011011011100001101100111000000110111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B43; }

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

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

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

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

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

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

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

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