#B2574E

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

Shades of Apple Blossom #B2574E

Tints of Apple Blossom #B2574E

Color information

#B2574E (or 0xB2574E) is unknown color: approx Apple Blossom. HEX triplet: B2, 57 and 4E. RGB value is (178,87,78). Sum of RGB (Red+Green+Blue) = 178+87+78=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2574E is #4DA8B1. Grayscale: #717171. Windows color (decimal): -5089458 or 5134258. OLE color: 5134258.

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

Color convert

RGB1788778-
CMYK00.510.560.30
HSL5.4º39.37%50.2%-
HSV(B)5.4º56.18%69.8%-
XYZ23.1416.839.24-
YUV113.18108.15174.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=51.90%
G=25.36%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178877800.510.560.305.439.3750.2
HexB2574E033381E52732
Octal262127116063703654762
Binary1011001010101111001110011001111100011110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2574E; }

 p { color: rgb(178,87,78); }

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

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

 a { background-color: rgb(178,87,78); }

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

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

 span { border-color: rgb(178,87,78); }

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