#B1524B

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

Shades of Apple Blossom #B1524B

Tints of Apple Blossom #B1524B

Color information

#B1524B (or 0xB1524B) is unknown color: approx Apple Blossom. HEX triplet: B1, 52 and 4B. RGB value is (177,82,75). Sum of RGB (Red+Green+Blue) = 177+82+75=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1524B is #4EADB4. Grayscale: #6D6D6D. Windows color (decimal): -5156277 or 4936369. OLE color: 4936369.

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

Color convert

RGB1778275-
CMYK00.540.580.31
HSL4.12º40.48%49.41%-
HSV(B)4.12º57.63%69.41%-
XYZ22.4215.898.54-
YUV109.61108.47176.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=52.99%
G=24.55%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177827500.540.580.314.1240.4849.41
HexB1524B0363A1F42831
Octal261122113066723745061
Binary1011000110100101001011011011011101011111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1524B; }

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

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

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

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

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

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

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

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