#B35D53

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

Shades of Flame Pea #B35D53

Tints of Flame Pea #B35D53

Color information

#B35D53 (or 0xB35D53) is unknown color: approx Flame Pea. HEX triplet: B3, 5D and 53. RGB value is (179,93,83). Sum of RGB (Red+Green+Blue) = 179+93+83=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D53 is #4CA2AC. Grayscale: #757575. Windows color (decimal): -5022381 or 5463475. OLE color: 5463475.

HSL color Cylindrical-coordinate representation of color #B35D53: hue angle of 6.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35D53 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1799383-
CMYK00.480.540.30
HSL6.25º38.71%51.37%-
HSV(B)6.25º53.63%70.2%-
XYZ24.0718.0410.4-
YUV117.57108.49171.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=50.42%
G=26.20%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179938300.480.540.306.2538.7151.37
HexB35D53030361E62733
Octal263135123060663664763
Binary1011001110111011010011011000011011011110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D53; }

 p { color: rgb(179,93,83); }

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

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

 a { background-color: rgb(179,93,83); }

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

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

 span { border-color: rgb(179,93,83); }

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