#B1534F

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

Shades of Apple Blossom #B1534F

Tints of Apple Blossom #B1534F

Color information

#B1534F (or 0xB1534F) is unknown color: approx Apple Blossom. HEX triplet: B1, 53 and 4F. RGB value is (177,83,79). Sum of RGB (Red+Green+Blue) = 177+83+79=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1534F is #4EACB0. Grayscale: #6E6E6E. Windows color (decimal): -5156017 or 5198769. OLE color: 5198769.

HSL color Cylindrical-coordinate representation of color #B1534F: hue angle of 2.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1534F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1778379-
CMYK00.530.550.31
HSL2.45º38.58%50.2%-
HSV(B)2.45º55.37%69.41%-
XYZ22.6416.19.31-
YUV110.65110.14175.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=52.21%
G=24.48%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177837900.530.550.312.4538.5850.2
HexB1534F035371F22732
Octal261123117065673724762
Binary101100011010011100111101101011101111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1534F; }

 p { color: rgb(177,83,79); }

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

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

 a { background-color: rgb(177,83,79); }

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

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

 span { border-color: rgb(177,83,79); }

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