#B35F54

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

Shades of Flame Pea #B35F54

Tints of Flame Pea #B35F54

Color information

#B35F54 (or 0xB35F54) is unknown color: approx Flame Pea. HEX triplet: B3, 5F and 54. RGB value is (179,95,84). Sum of RGB (Red+Green+Blue) = 179+95+84=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35F54 is #4CA0AB. Grayscale: #767676. Windows color (decimal): -5021868 or 5529523. OLE color: 5529523.

HSL color Cylindrical-coordinate representation of color #B35F54: hue angle of 6.95º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35F54 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1799584-
CMYK00.470.530.30
HSL6.95º38.46%51.57%-
HSV(B)6.95º53.07%70.2%-
XYZ24.2818.4110.66-
YUV118.86108.33170.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=50%
G=26.54%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179958400.470.530.306.9538.4651.57
HexB35F5402F351E72634
Octal263137124057653674664
Binary1011001110111111010100010111111010111110111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F54; }

 p { color: rgb(179,95,84); }

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

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

 a { background-color: rgb(179,95,84); }

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

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

 span { border-color: rgb(179,95,84); }

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