#B76150

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

Shades of Flame Pea #B76150

Tints of Flame Pea #B76150

Color information

#B76150 (or 0xB76150) is unknown color: approx Flame Pea. HEX triplet: B7, 61 and 50. RGB value is (183,97,80). Sum of RGB (Red+Green+Blue) = 183+97+80=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B76150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76150 is #489EAF. Grayscale: #787878. Windows color (decimal): -4759216 or 5267895. OLE color: 5267895.

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

Color convert

RGB1839780-
CMYK00.470.560.28
HSL9.9º41.7%51.57%-
HSV(B)9.9º56.28%71.76%-
XYZ25.2519.29.96-
YUV120.78104.99172.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=50.83%
G=26.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183978000.470.560.289.941.751.57
HexB7615002F381Ca2a34
Octal2671411200577034125264
Binary10110111110000110100000101111111000111001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76150; }

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

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

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

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

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

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

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

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