#b95c42

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

Shades of Flame Pea #B95C42

Tints of Flame Pea #B95C42

Color information

#B95C42 (or 0xB95C42) is unknown color: approx Flame Pea. HEX triplet: B9, 5C and 42. RGB value is (185,92,66). Sum of RGB (Red+Green+Blue) = 185+92+66=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C42 is #46A3BD. Grayscale: #757575. Windows color (decimal): -4629438 or 4349113. OLE color: 4349113.

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

Color convert

RGB1859266-
CMYK00.500.640.27
HSL13.11º47.41%49.22%-
HSV(B)13.11º64.32%72.55%-
XYZ24.8218.367.39-
YUV116.8499.31176.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=53.94%
G=26.82%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185926600.500.640.2713.1147.4149.22
HexB95C42032401Bd2f31
Octal27113410206210033155761
Binary101110011011100100001001100101000000110111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95c42; }

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

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

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

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

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

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

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

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