#B65B50

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

Shades of Flame Pea #B65B50

Tints of Flame Pea #B65B50

Color information

#B65B50 (or 0xB65B50) is unknown color: approx Flame Pea. HEX triplet: B6, 5B and 50. RGB value is (182,91,80). Sum of RGB (Red+Green+Blue) = 182+91+80=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B50 is #49A4AF. Grayscale: #757575. Windows color (decimal): -4826288 or 5266358. OLE color: 5266358.

HSL color Cylindrical-coordinate representation of color #B65B50: hue angle of 6.47º 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 #B65B50 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1829180-
CMYK00.50.560.29
HSL6.47º41.13%51.37%-
HSV(B)6.47º56.04%71.37%-
XYZ24.4818.019.77-
YUV116.96107.15174.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=51.56%
G=25.78%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182918000.50.560.296.4741.1351.37
HexB65B50032381D62933
Octal266133120062703565163
Binary1011011010110111010000011001011100011101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B50; }

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

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

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

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

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

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

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

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