#B0574B

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

Shades of Apple Blossom #B0574B

Tints of Apple Blossom #B0574B

Color information

#B0574B (or 0xB0574B) is unknown color: approx Apple Blossom. HEX triplet: B0, 57 and 4B. RGB value is (176,87,75). Sum of RGB (Red+Green+Blue) = 176+87+75=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0574B is #4FA8B4. Grayscale: #707070. Windows color (decimal): -5220533 or 4937648. OLE color: 4937648.

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

Color convert

RGB1768775-
CMYK00.510.570.31
HSL7.13º40.24%49.22%-
HSV(B)7.13º57.39%69.02%-
XYZ22.5816.558.66-
YUV112.24106.99173.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=52.07%
G=25.74%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176877500.510.570.317.1340.2449.22
HexB0574B033391F72831
Octal260127113063713775061
Binary1011000010101111001011011001111100111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0574B; }

 p { color: rgb(176,87,75); }

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

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

 a { background-color: rgb(176,87,75); }

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

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

 span { border-color: rgb(176,87,75); }

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