#B35548

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

Shades of Apple Blossom #B35548

Tints of Apple Blossom #B35548

Color information

#B35548 (or 0xB35548) is unknown color: approx Apple Blossom. HEX triplet: B3, 55 and 48. RGB value is (179,85,72). Sum of RGB (Red+Green+Blue) = 179+85+72=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B35548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35548 is #4CAAB7. Grayscale: #6F6F6F. Windows color (decimal): -5024440 or 4740531. OLE color: 4740531.

HSL color Cylindrical-coordinate representation of color #B35548: hue angle of 7.29º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B35548 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1798572-
CMYK00.530.600.30
HSL7.29º42.63%49.22%-
HSV(B)7.29º59.78%70.2%-
XYZ23.0116.558.11-
YUV111.62105.64176.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=53.27%
G=25.30%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179857200.530.600.307.2942.6349.22
HexB355480353C1E72b31
Octal263125110065743675361
Binary1011001110101011001000011010111110011110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35548; }

 p { color: rgb(179,85,72); }

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

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

 a { background-color: rgb(179,85,72); }

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

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

 span { border-color: rgb(179,85,72); }

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