#B75848

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

Shades of Flame Pea #B75848

Tints of Flame Pea #B75848

Color information

#B75848 (or 0xB75848) is unknown color: approx Flame Pea. HEX triplet: B7, 58 and 48. RGB value is (183,88,72). Sum of RGB (Red+Green+Blue) = 183+88+72=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B75848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75848 is #48A7B7. Grayscale: #727272. Windows color (decimal): -4761528 or 4741303. OLE color: 4741303.

HSL color Cylindrical-coordinate representation of color #B75848: hue angle of 8.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75848 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1838872-
CMYK00.520.610.28
HSL8.65º43.53%50%-
HSV(B)8.65º60.66%71.76%-
XYZ24.1917.518.24-
YUV114.58103.97176.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=53.35%
G=25.66%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183887200.520.610.288.6543.5350
HexB758480343D1C92c32
Octal2671301100647534115462
Binary10110111101100010010000110100111101111001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75848; }

 p { color: rgb(183,88,72); }

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

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

 a { background-color: rgb(183,88,72); }

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

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

 span { border-color: rgb(183,88,72); }

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