#B76148

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

Shades of Flame Pea #B76148

Tints of Flame Pea #B76148

Color information

#B76148 (or 0xB76148) is unknown color: approx Flame Pea. HEX triplet: B7, 61 and 48. RGB value is (183,97,72). Sum of RGB (Red+Green+Blue) = 183+97+72=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B76148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76148 is #489EB7. Grayscale: #787878. Windows color (decimal): -4759224 or 4743607. OLE color: 4743607.

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

Color convert

RGB1839772-
CMYK00.470.610.28
HSL13.51º43.53%50%-
HSV(B)13.51º60.66%71.76%-
XYZ24.9719.088.5-
YUV119.86100.99173.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=51.99%
G=27.56%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183977200.470.610.2813.5143.5350
HexB7614802F3D1Ce2c32
Octal2671411100577534165462
Binary10110111110000110010000101111111101111001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76148; }

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

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

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

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

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

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

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

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