#B0534B

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

Shades of Apple Blossom #B0534B

Tints of Apple Blossom #B0534B

Color information

#B0534B (or 0xB0534B) is unknown color: approx Apple Blossom. HEX triplet: B0, 53 and 4B. RGB value is (176,83,75). Sum of RGB (Red+Green+Blue) = 176+83+75=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0534B is #4FACB4. Grayscale: #6E6E6E. Windows color (decimal): -5221557 or 4936624. OLE color: 4936624.

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

Color convert

RGB1768375-
CMYK00.530.570.31
HSL4.75º40.24%49.22%-
HSV(B)4.75º57.39%69.02%-
XYZ22.2715.928.56-
YUV109.9108.31175.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=52.69%
G=24.85%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176837500.530.570.314.7540.2449.22
HexB0534B035391F52831
Octal260123113065713755061
Binary1011000010100111001011011010111100111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0534B; }

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

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

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

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

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

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

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

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