#B35A54

Color #B35A54 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #B35A54

Tints of Apple Blossom #B35A54

Color information

#B35A54 (or 0xB35A54) is unknown color: approx Apple Blossom. HEX triplet: B3, 5A and 54. RGB value is (179,90,84). Sum of RGB (Red+Green+Blue) = 179+90+84=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A54 is #4CA5AB. Grayscale: #747474. Windows color (decimal): -5023148 or 5528243. OLE color: 5528243.

HSL color Cylindrical-coordinate representation of color #B35A54: hue angle of 3.79º 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 #B35A54 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1799084-
CMYK00.500.530.30
HSL3.79º38.46%51.57%-
HSV(B)3.79º53.07%70.2%-
XYZ23.8517.5410.52-
YUV115.93109.99172.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=50.71%
G=25.50%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179908400.500.530.303.7938.4651.57
HexB35A54032351E42634
Octal263132124062653644664
Binary1011001110110101010100011001011010111110100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A54; }

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

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

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

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

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

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

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

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