#B75948

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

Shades of Flame Pea #B75948

Tints of Flame Pea #B75948

Color information

#B75948 (or 0xB75948) is unknown color: approx Flame Pea. HEX triplet: B7, 59 and 48. RGB value is (183,89,72). Sum of RGB (Red+Green+Blue) = 183+89+72=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B75948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75948 is #48A6B7. Grayscale: #737373. Windows color (decimal): -4761272 or 4741559. OLE color: 4741559.

HSL color Cylindrical-coordinate representation of color #B75948: hue angle of 9.19º 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 #B75948 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1838972-
CMYK00.510.610.28
HSL9.19º43.53%50%-
HSV(B)9.19º60.66%71.76%-
XYZ24.2717.688.26-
YUV115.17103.64176.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=53.20%
G=25.87%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183897200.510.610.289.1943.5350
HexB759480333D1C92c32
Octal2671311100637534115462
Binary10110111101100110010000110011111101111001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75948; }

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

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

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

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

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

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

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

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