#B0544B

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

Shades of Apple Blossom #B0544B

Tints of Apple Blossom #B0544B

Color information

#B0544B (or 0xB0544B) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 4B. RGB value is (176,84,75). Sum of RGB (Red+Green+Blue) = 176+84+75=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0544B is #4FABB4. Grayscale: #6E6E6E. Windows color (decimal): -5221301 or 4936880. OLE color: 4936880.

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

Color convert

RGB1768475-
CMYK00.520.570.31
HSL5.35º40.24%49.22%-
HSV(B)5.35º57.39%69.02%-
XYZ22.3416.088.58-
YUV110.48107.98174.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=52.54%
G=25.07%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176847500.520.570.315.3540.2449.22
HexB0544B034391F52831
Octal260124113064713755061
Binary1011000010101001001011011010011100111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0544B; }

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

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

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

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

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

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

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

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