#B5614F

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

Shades of Flame Pea #B5614F

Tints of Flame Pea #B5614F

Color information

#B5614F (or 0xB5614F) is unknown color: approx Flame Pea. HEX triplet: B5, 61 and 4F. RGB value is (181,97,79). Sum of RGB (Red+Green+Blue) = 181+97+79=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5614F is #4A9EB0. Grayscale: #787878. Windows color (decimal): -4890289 or 5202357. OLE color: 5202357.

HSL color Cylindrical-coordinate representation of color #B5614F: hue angle of 10.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5614F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1819779-
CMYK00.460.560.29
HSL10.59º40.8%50.98%-
HSV(B)10.59º56.35%70.98%-
XYZ24.7418.949.75-
YUV120.06104.83171.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=50.70%
G=27.17%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181977900.460.560.2910.5940.850.98
HexB5614F02E381Db2933
Octal2651411170567035135163
Binary10110101110000110011110101110111000111011011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5614F; }

 p { color: rgb(181,97,79); }

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

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

 a { background-color: rgb(181,97,79); }

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

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

 span { border-color: rgb(181,97,79); }

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