#B1574B

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

Shades of Apple Blossom #B1574B

Tints of Apple Blossom #B1574B

Color information

#B1574B (or 0xB1574B) is unknown color: approx Apple Blossom. HEX triplet: B1, 57 and 4B. RGB value is (177,87,75). Sum of RGB (Red+Green+Blue) = 177+87+75=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1574B is #4EA8B4. Grayscale: #707070. Windows color (decimal): -5154997 or 4937649. OLE color: 4937649.

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

Color convert

RGB1778775-
CMYK00.510.580.31
HSL7.06º40.48%49.41%-
HSV(B)7.06º57.63%69.41%-
XYZ22.8116.678.67-
YUV112.54106.82173.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=52.21%
G=25.66%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177877500.510.580.317.0640.4849.41
HexB1574B0333A1F72831
Octal261127113063723775061
Binary1011000110101111001011011001111101011111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1574B; }

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

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

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

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

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

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

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

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