#B2594B

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

Shades of Apple Blossom #B2594B

Tints of Apple Blossom #B2594B

Color information

#B2594B (or 0xB2594B) is unknown color: approx Apple Blossom. HEX triplet: B2, 59 and 4B. RGB value is (178,89,75). Sum of RGB (Red+Green+Blue) = 178+89+75=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2594B is #4DA6B4. Grayscale: #727272. Windows color (decimal): -5088949 or 4938162. OLE color: 4938162.

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

Color convert

RGB1788975-
CMYK00.50.580.30
HSL8.16º40.71%49.61%-
HSV(B)8.16º57.87%69.8%-
XYZ23.217.128.74-
YUV114.02105.99173.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=52.05%
G=26.02%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178897500.50.580.308.1640.7149.61
HexB2594B0323A1E82932
Octal2621311130627236105162
Binary10110010101100110010110110010111010111101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2594B; }

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

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

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

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

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

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

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

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