#B35950

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

Shades of Apple Blossom #B35950

Tints of Apple Blossom #B35950

Color information

#B35950 (or 0xB35950) is unknown color: approx Apple Blossom. HEX triplet: B3, 59 and 50. RGB value is (179,89,80). Sum of RGB (Red+Green+Blue) = 179+89+80=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B35950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35950 is #4CA6AF. Grayscale: #737373. Windows color (decimal): -5023408 or 5265843. OLE color: 5265843.

HSL color Cylindrical-coordinate representation of color #B35950: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35950 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1798980-
CMYK00.500.550.30
HSL5.45º39.44%50.78%-
HSV(B)5.45º55.31%70.2%-
XYZ23.6117.319.69-
YUV114.88108.32173.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=51.44%
G=25.57%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179898000.500.550.305.4539.4450.78
HexB35950032371E52733
Octal263131120062673654763
Binary1011001110110011010000011001011011111110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35950; }

 p { color: rgb(179,89,80); }

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

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

 a { background-color: rgb(179,89,80); }

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

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

 span { border-color: rgb(179,89,80); }

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