#B1534E

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

Shades of Apple Blossom #B1534E

Tints of Apple Blossom #B1534E

Color information

#B1534E (or 0xB1534E) is unknown color: approx Apple Blossom. HEX triplet: B1, 53 and 4E. RGB value is (177,83,78). Sum of RGB (Red+Green+Blue) = 177+83+78=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1534E is #4EACB1. Grayscale: #6E6E6E. Windows color (decimal): -5156018 or 5133233. OLE color: 5133233.

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

Color convert

RGB1778378-
CMYK00.530.560.31
HSL3.03º38.82%50%-
HSV(B)3.03º55.93%69.41%-
XYZ22.616.089.12-
YUV110.54109.64175.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=52.37%
G=24.56%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177837800.530.560.313.0338.8250
HexB1534E035381F32732
Octal261123116065703734762
Binary101100011010011100111001101011110001111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1534E; }

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

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

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

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

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

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

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

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