#B65B48

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

Shades of Flame Pea #B65B48

Tints of Flame Pea #B65B48

Color information

#B65B48 (or 0xB65B48) is unknown color: approx Flame Pea. HEX triplet: B6, 5B and 48. RGB value is (182,91,72). Sum of RGB (Red+Green+Blue) = 182+91+72=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B48 is #49A4B7. Grayscale: #747474. Windows color (decimal): -4826296 or 4742070. OLE color: 4742070.

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

Color convert

RGB1829172-
CMYK00.50.600.29
HSL10.36º43.31%49.8%-
HSV(B)10.36º60.44%71.37%-
XYZ24.217.98.31-
YUV116.04103.15175.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=52.75%
G=26.38%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182917200.50.600.2910.3643.3149.8
HexB65B480323C1Da2b32
Octal2661331100627435125362
Binary10110110101101110010000110010111100111011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B48; }

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

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

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

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

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

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

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

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