#B05651

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

Shades of Apple Blossom #B05651

Tints of Apple Blossom #B05651

Color information

#B05651 (or 0xB05651) is unknown color: approx Apple Blossom. HEX triplet: B0, 56 and 51. RGB value is (176,86,81). Sum of RGB (Red+Green+Blue) = 176+86+81=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B05651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05651 is #4FA9AE. Grayscale: #707070. Windows color (decimal): -5220783 or 5330608. OLE color: 5330608.

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

Color convert

RGB1768681-
CMYK00.510.540.31
HSL3.16º37.55%50.39%-
HSV(B)3.16º53.98%69.02%-
XYZ22.7216.489.77-
YUV112.34110.32173.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=51.31%
G=25.07%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176868100.510.540.313.1637.5550.39
HexB05651033361F32632
Octal260126121063663734662
Binary101100001010110101000101100111101101111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05651; }

 p { color: rgb(176,86,81); }

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

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

 a { background-color: rgb(176,86,81); }

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

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

 span { border-color: rgb(176,86,81); }

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