#B65C42

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

Shades of Flame Pea #B65C42

Tints of Flame Pea #B65C42

Color information

#B65C42 (or 0xB65C42) is unknown color: approx Flame Pea. HEX triplet: B6, 5C and 42. RGB value is (182,92,66). Sum of RGB (Red+Green+Blue) = 182+92+66=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C42 is #49A3BD. Grayscale: #747474. Windows color (decimal): -4826046 or 4349110. OLE color: 4349110.

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

Color convert

RGB1829266-
CMYK00.490.640.29
HSL13.45º46.77%48.63%-
HSV(B)13.45º63.74%71.37%-
XYZ24.117.997.36-
YUV115.9599.82175.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=53.53%
G=27.06%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182926600.490.640.2913.4546.7748.63
HexB65C42031401Dd2f31
Octal26613410206110035155761
Binary101101101011100100001001100011000000111011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C42; }

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

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

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

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

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

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

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

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