#B0514D

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

Shades of Apple Blossom #B0514D

Tints of Apple Blossom #B0514D

Color information

#B0514D (or 0xB0514D) is unknown color: approx Apple Blossom. HEX triplet: B0, 51 and 4D. RGB value is (176,81,77). Sum of RGB (Red+Green+Blue) = 176+81+77=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0514D is #4FAEB2. Grayscale: #6D6D6D. Windows color (decimal): -5222067 or 5067184. OLE color: 5067184.

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

Color convert

RGB1768177-
CMYK00.540.560.31
HSL2.42º39.13%49.61%-
HSV(B)2.42º56.25%69.02%-
XYZ22.1915.658.87-
YUV108.95109.97175.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=52.69%
G=24.25%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176817700.540.560.312.4239.1349.61
HexB0514D036381F22732
Octal260121115066703724762
Binary101100001010001100110101101101110001111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0514D; }

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

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

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

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

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

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

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

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