#B4816E

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

Shades of Brandy Rose #B4816E

Tints of Brandy Rose #B4816E

Color information

#B4816E (or 0xB4816E) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 6E. RGB value is (180,129,110). Sum of RGB (Red+Green+Blue) = 180+129+110=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4816E is #4B7E91. Grayscale: #8E8E8E. Windows color (decimal): -4947602 or 7242164. OLE color: 7242164.

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

Color convert

RGB180129110-
CMYK00.280.390.29
HSL16.29º31.82%56.86%-
HSV(B)16.29º38.89%70.59%-
XYZ29.4926.5318.32-
YUV142.08109.9155.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=42.96%
G=30.79%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012911000.280.390.2916.2931.8256.86
HexB4816E01C271D102039
Octal2642011560344735204071
Binary101101001000000111011100111001001111110110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4816E; }

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

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

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

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

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

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

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

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