#b75b47

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

Shades of Flame Pea #B75B47

Tints of Flame Pea #B75B47

Color information

#B75B47 (or 0xB75B47) is unknown color: approx Flame Pea. HEX triplet: B7, 5B and 47. RGB value is (183,91,71). Sum of RGB (Red+Green+Blue) = 183+91+71=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B47 is #48A4B8. Grayscale: #747474. Windows color (decimal): -4760761 or 4676535. OLE color: 4676535.

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

Color convert

RGB1839171-
CMYK00.500.610.28
HSL10.71º44.09%49.8%-
HSV(B)10.71º61.2%71.76%-
XYZ24.41188.15-
YUV116.23102.48175.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=53.04%
G=26.38%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183917100.500.610.2810.7144.0949.8
HexB75B470323D1Cb2c32
Octal2671331070627534135462
Binary10110111101101110001110110010111101111001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75b47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75b47; }

 p { color: rgb(183,91,71); }

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

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

 a { background-color: rgb(183,91,71); }

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

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

 span { border-color: rgb(183,91,71); }

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