#B65748

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

Shades of Flame Pea #B65748

Tints of Flame Pea #B65748

Color information

#B65748 (or 0xB65748) is unknown color: approx Flame Pea. HEX triplet: B6, 57 and 48. RGB value is (182,87,72). Sum of RGB (Red+Green+Blue) = 182+87+72=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B65748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65748 is #49A8B7. Grayscale: #717171. Windows color (decimal): -4827320 or 4741046. OLE color: 4741046.

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

Color convert

RGB1828772-
CMYK00.520.600.29
HSL8.18º43.31%49.8%-
HSV(B)8.18º60.44%71.37%-
XYZ23.8717.238.2-
YUV113.7104.47176.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=53.37%
G=25.51%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182877200.520.600.298.1843.3149.8
HexB657480343C1D82b32
Octal2661271100647435105362
Binary10110110101011110010000110100111100111011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65748; }

 p { color: rgb(182,87,72); }

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

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

 a { background-color: rgb(182,87,72); }

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

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

 span { border-color: rgb(182,87,72); }

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