#B65A4C

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

Shades of Flame Pea #B65A4C

Tints of Flame Pea #B65A4C

Color information

#B65A4C (or 0xB65A4C) is unknown color: approx Flame Pea. HEX triplet: B6, 5A and 4C. RGB value is (182,90,76). Sum of RGB (Red+Green+Blue) = 182+90+76=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A4C is #49A5B3. Grayscale: #747474. Windows color (decimal): -4826548 or 5003958. OLE color: 5003958.

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

Color convert

RGB1829076-
CMYK00.510.580.29
HSL7.92º42.06%50.59%-
HSV(B)7.92º58.24%71.37%-
XYZ24.2517.788.99-
YUV115.91105.48175.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=52.30%
G=25.86%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182907600.510.580.297.9242.0650.59
HexB65A4C0333A1D82a33
Octal2661321140637235105263
Binary10110110101101010011000110011111010111011000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A4C; }

 p { color: rgb(182,90,76); }

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

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

 a { background-color: rgb(182,90,76); }

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

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

 span { border-color: rgb(182,90,76); }

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