#B2584B

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

Shades of Apple Blossom #B2584B

Tints of Apple Blossom #B2584B

Color information

#B2584B (or 0xB2584B) is unknown color: approx Apple Blossom. HEX triplet: B2, 58 and 4B. RGB value is (178,88,75). Sum of RGB (Red+Green+Blue) = 178+88+75=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2584B is #4DA7B4. Grayscale: #717171. Windows color (decimal): -5089205 or 4937906. OLE color: 4937906.

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

Color convert

RGB1788875-
CMYK00.510.580.30
HSL7.57º40.71%49.61%-
HSV(B)7.57º57.87%69.8%-
XYZ23.1216.958.71-
YUV113.43106.32174.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=52.20%
G=25.81%
B=21.99%

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
Decimal178887500.510.580.307.5740.7149.61
HexB2584B0333A1E82932
Octal2621301130637236105162
Binary10110010101100010010110110011111010111101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2584B; }

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

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

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

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

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

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

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

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