#B25647

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

Shades of Apple Blossom #B25647

Tints of Apple Blossom #B25647

Color information

#B25647 (or 0xB25647) is unknown color: approx Apple Blossom. HEX triplet: B2, 56 and 47. RGB value is (178,86,71). Sum of RGB (Red+Green+Blue) = 178+86+71=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B25647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25647 is #4DA9B8. Grayscale: #6F6F6F. Windows color (decimal): -5089721 or 4675250. OLE color: 4675250.

HSL color Cylindrical-coordinate representation of color #B25647: hue angle of 8.41º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25647 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1788671-
CMYK00.520.600.30
HSL8.41º42.97%48.82%-
HSV(B)8.41º60.11%69.8%-
XYZ22.8316.587.96-
YUV111.8104.98175.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=53.13%
G=25.67%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178867100.520.600.308.4142.9748.82
HexB256470343C1E82b31
Octal2621261070647436105361
Binary10110010101011010001110110100111100111101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25647; }

 p { color: rgb(178,86,71); }

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

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

 a { background-color: rgb(178,86,71); }

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

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

 span { border-color: rgb(178,86,71); }

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