#B15D4A

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

Shades of Flame Pea #B15D4A

Tints of Flame Pea #B15D4A

Color information

#B15D4A (or 0xB15D4A) is unknown color: approx Flame Pea. HEX triplet: B1, 5D and 4A. RGB value is (177,93,74). Sum of RGB (Red+Green+Blue) = 177+93+74=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D4A is #4EA2B5. Grayscale: #747474. Windows color (decimal): -5153462 or 4873649. OLE color: 4873649.

HSL color Cylindrical-coordinate representation of color #B15D4A: hue angle of 11.07º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15D4A is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1779374-
CMYK00.470.580.31
HSL11.07º41.04%49.22%-
HSV(B)11.07º58.19%69.41%-
XYZ23.2817.678.66-
YUV115.95104.33171.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=51.45%
G=27.03%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177937400.470.580.3111.0741.0449.22
HexB15D4A02F3A1Fb2931
Octal2611351120577237135161
Binary10110001101110110010100101111111010111111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D4A; }

 p { color: rgb(177,93,74); }

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

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

 a { background-color: rgb(177,93,74); }

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

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

 span { border-color: rgb(177,93,74); }

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