#B1534B

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

Shades of Apple Blossom #B1534B

Tints of Apple Blossom #B1534B

Color information

#B1534B (or 0xB1534B) is unknown color: approx Apple Blossom. HEX triplet: B1, 53 and 4B. RGB value is (177,83,75). Sum of RGB (Red+Green+Blue) = 177+83+75=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1534B is #4EACB4. Grayscale: #6E6E6E. Windows color (decimal): -5156021 or 4936625. OLE color: 4936625.

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

Color convert

RGB1778375-
CMYK00.530.580.31
HSL4.71º40.48%49.41%-
HSV(B)4.71º57.63%69.41%-
XYZ22.4916.048.57-
YUV110.19108.14175.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=52.84%
G=24.78%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177837500.530.580.314.7140.4849.41
HexB1534B0353A1F52831
Octal261123113065723755061
Binary1011000110100111001011011010111101011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1534B; }

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

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

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

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

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

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

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

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