#B65B53

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

Shades of Flame Pea #B65B53

Tints of Flame Pea #B65B53

Color information

#B65B53 (or 0xB65B53) is unknown color: approx Flame Pea. HEX triplet: B6, 5B and 53. RGB value is (182,91,83). Sum of RGB (Red+Green+Blue) = 182+91+83=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B53 is #49A4AC. Grayscale: #757575. Windows color (decimal): -4826285 or 5462966. OLE color: 5462966.

HSL color Cylindrical-coordinate representation of color #B65B53: hue angle of 4.85º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65B53 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1829183-
CMYK00.50.540.29
HSL4.85º40.41%51.96%-
HSV(B)4.85º54.4%71.37%-
XYZ24.5918.0510.37-
YUV117.3108.65174.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=51.12%
G=25.56%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182918300.50.540.294.8540.4151.96
HexB65B53032361D52834
Octal266133123062663555064
Binary1011011010110111010011011001011011011101101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B53; }

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

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

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

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

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

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

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

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