#B3584B

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

Shades of Apple Blossom #B3584B

Tints of Apple Blossom #B3584B

Color information

#B3584B (or 0xB3584B) is unknown color: approx Apple Blossom. HEX triplet: B3, 58 and 4B. RGB value is (179,88,75). Sum of RGB (Red+Green+Blue) = 179+88+75=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3584B is #4CA7B4. Grayscale: #717171. Windows color (decimal): -5023669 or 4937907. OLE color: 4937907.

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

Color convert

RGB1798875-
CMYK00.510.580.30
HSL7.5º40.94%49.8%-
HSV(B)7.5º58.1%70.2%-
XYZ23.3517.078.72-
YUV113.73106.15174.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=52.34%
G=25.73%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179887500.510.580.307.540.9449.8
HexB3584B0333A1E82932
Octal2631301130637236105162
Binary10110011101100010010110110011111010111101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3584B; }

 p { color: rgb(179,88,75); }

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

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

 a { background-color: rgb(179,88,75); }

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

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

 span { border-color: rgb(179,88,75); }

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