#B4857C

Color #B4857C Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B4857C

Tints of Brandy Rose #B4857C

Color information

#B4857C (or 0xB4857C) is unknown color: approx Brandy Rose. HEX triplet: B4, 85 and 7C. RGB value is (180,133,124). Sum of RGB (Red+Green+Blue) = 180+133+124=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857C is #4B7A83. Grayscale: #929292. Windows color (decimal): -4946564 or 8160692. OLE color: 8160692.

HSL color Cylindrical-coordinate representation of color #B4857C: hue angle of 9.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4857C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180133124-
CMYK00.260.310.29
HSL9.64º27.18%59.61%-
HSV(B)9.64º31.11%70.59%-
XYZ30.8527.9322.83-
YUV146.03115.57152.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=41.19%
G=30.43%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013312400.260.310.299.6427.1859.61
HexB4857C01A1F1Da1b3c
Octal2642051740323735123374
Binary101101001000010111111000110101111111101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4857C; }

 p { color: rgb(180,133,124); }

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

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

 a { background-color: rgb(180,133,124); }

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

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

 span { border-color: rgb(180,133,124); }

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