#b65950

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

Shades of Flame Pea #B65950

Tints of Flame Pea #B65950

Color information

#B65950 (or 0xB65950) is unknown color: approx Flame Pea. HEX triplet: B6, 59 and 50. RGB value is (182,89,80). Sum of RGB (Red+Green+Blue) = 182+89+80=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65950 is #49A6AF. Grayscale: #737373. Windows color (decimal): -4826800 or 5265846. OLE color: 5265846.

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

Color convert

RGB1828980-
CMYK00.510.560.29
HSL5.29º41.13%51.37%-
HSV(B)5.29º56.04%71.37%-
XYZ24.3117.679.72-
YUV115.78107.81175.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=51.85%
G=25.36%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182898000.510.560.295.2941.1351.37
HexB65950033381D52933
Octal266131120063703555163
Binary1011011010110011010000011001111100011101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65950; }

 p { color: rgb(182,89,80); }

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

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

 a { background-color: rgb(182,89,80); }

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

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

 span { border-color: rgb(182,89,80); }

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