#B65C53

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

Shades of Flame Pea #B65C53

Tints of Flame Pea #B65C53

Color information

#B65C53 (or 0xB65C53) is unknown color: approx Flame Pea. HEX triplet: B6, 5C and 53. RGB value is (182,92,83). Sum of RGB (Red+Green+Blue) = 182+92+83=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C53 is #49A3AC. Grayscale: #767676. Windows color (decimal): -4826029 or 5463222. OLE color: 5463222.

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

Color convert

RGB1829283-
CMYK00.490.540.29
HSL5.45º40.41%51.96%-
HSV(B)5.45º54.4%71.37%-
XYZ24.6818.2210.4-
YUV117.88108.32173.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=50.98%
G=25.77%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182928300.490.540.295.4540.4151.96
HexB65C53031361D52834
Octal266134123061663555064
Binary1011011010111001010011011000111011011101101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C53; }

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

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

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

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

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

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

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

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