#b76153

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

Shades of Flame Pea #B76153

Tints of Flame Pea #B76153

Color information

#B76153 (or 0xB76153) is unknown color: approx Flame Pea. HEX triplet: B7, 61 and 53. RGB value is (183,97,83). Sum of RGB (Red+Green+Blue) = 183+97+83=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B76153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76153 is #489EAC. Grayscale: #797979. Windows color (decimal): -4759213 or 5464503. OLE color: 5464503.

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

Color convert

RGB1839783-
CMYK00.470.550.28
HSL8.4º40.98%52.16%-
HSV(B)8.4º54.64%71.76%-
XYZ25.3619.2410.56-
YUV121.12106.49172.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=50.41%
G=26.72%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183978300.470.550.288.440.9852.16
HexB7615302F371C82934
Octal2671411230576734105164
Binary10110111110000110100110101111110111111001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76153; }

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

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

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

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

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

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

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

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