#B4846D

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

Shades of Brandy Rose #B4846D

Tints of Brandy Rose #B4846D

Color information

#B4846D (or 0xB4846D) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 6D. RGB value is (180,132,109). Sum of RGB (Red+Green+Blue) = 180+132+109=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4846D is #4B7B92. Grayscale: #8F8F8F. Windows color (decimal): -4946835 or 7177396. OLE color: 7177396.

HSL color Cylindrical-coordinate representation of color #B4846D: hue angle of 19.44º 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 #B4846D is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180132109-
CMYK00.270.390.29
HSL19.44º32.13%56.67%-
HSV(B)19.44º39.44%70.59%-
XYZ29.8327.3118.17-
YUV143.73108.4153.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=42.76%
G=31.35%
B=25.89%

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
Decimal18013210900.270.390.2919.4432.1356.67
HexB4846D01B271D132039
Octal2642041550334735234071
Binary101101001000010011011010110111001111110110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4846D; }

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

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

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

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

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

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

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

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