#B15F4F

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

Shades of Flame Pea #B15F4F

Tints of Flame Pea #B15F4F

Color information

#B15F4F (or 0xB15F4F) is unknown color: approx Flame Pea. HEX triplet: B1, 5F and 4F. RGB value is (177,95,79). Sum of RGB (Red+Green+Blue) = 177+95+79=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F4F is #4EA0B0. Grayscale: #757575. Windows color (decimal): -5152945 or 5201841. OLE color: 5201841.

HSL color Cylindrical-coordinate representation of color #B15F4F: hue angle of 9.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15F4F is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1779579-
CMYK00.460.550.31
HSL9.8º38.58%50.2%-
HSV(B)9.8º55.37%69.41%-
XYZ23.6318.19.64-
YUV117.69106.17170.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=50.43%
G=27.07%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177957900.460.550.319.838.5850.2
HexB15F4F02E371Fa2732
Octal2611371170566737124762
Binary10110001101111110011110101110110111111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F4F; }

 p { color: rgb(177,95,79); }

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

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

 a { background-color: rgb(177,95,79); }

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

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

 span { border-color: rgb(177,95,79); }

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