#B4846E

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

Shades of Brandy Rose #B4846E

Tints of Brandy Rose #B4846E

Color information

#B4846E (or 0xB4846E) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 6E. RGB value is (180,132,110). Sum of RGB (Red+Green+Blue) = 180+132+110=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4846E is #4B7B91. Grayscale: #8F8F8F. Windows color (decimal): -4946834 or 7242932. OLE color: 7242932.

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

Color convert

RGB180132110-
CMYK00.270.390.29
HSL18.86º31.82%56.86%-
HSV(B)18.86º38.89%70.59%-
XYZ29.8927.3318.45-
YUV143.84108.9153.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=42.65%
G=31.28%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013211000.270.390.2918.8631.8256.86
HexB4846E01B271D132039
Octal2642041560334735234071
Binary101101001000010011011100110111001111110110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4846E; }

 p { color: rgb(180,132,110); }

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

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

 a { background-color: rgb(180,132,110); }

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

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

 span { border-color: rgb(180,132,110); }

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