#B3574D

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

Shades of Apple Blossom #B3574D

Tints of Apple Blossom #B3574D

Color information

#B3574D (or 0xB3574D) is unknown color: approx Apple Blossom. HEX triplet: B3, 57 and 4D. RGB value is (179,87,77). Sum of RGB (Red+Green+Blue) = 179+87+77=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3574D is #4CA8B2. Grayscale: #717171. Windows color (decimal): -5023923 or 5068723. OLE color: 5068723.

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

Color convert

RGB1798777-
CMYK00.510.570.30
HSL5.88º40.16%50.2%-
HSV(B)5.88º56.98%70.2%-
XYZ23.3416.949.06-
YUV113.37107.48174.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=52.19%
G=25.36%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179877700.510.570.305.8840.1650.2
HexB3574D033391E62832
Octal263127115063713665062
Binary1011001110101111001101011001111100111110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3574D; }

 p { color: rgb(179,87,77); }

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

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

 a { background-color: rgb(179,87,77); }

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

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

 span { border-color: rgb(179,87,77); }

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