#B4816D

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

Shades of Brandy Rose #B4816D

Tints of Brandy Rose #B4816D

Color information

#B4816D (or 0xB4816D) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 6D. RGB value is (180,129,109). Sum of RGB (Red+Green+Blue) = 180+129+109=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4816D is #4B7E92. Grayscale: #8E8E8E. Windows color (decimal): -4947603 or 7176628. OLE color: 7176628.

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

Color convert

RGB180129109-
CMYK00.280.390.29
HSL16.9º32.13%56.67%-
HSV(B)16.9º39.44%70.59%-
XYZ29.4326.5118.03-
YUV141.97109.4155.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=43.06%
G=30.86%
B=26.08%

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
Decimal18012910900.280.390.2916.932.1356.67
HexB4816D01C271D112039
Octal2642011550344735214071
Binary101101001000000111011010111001001111110110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4816D; }

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

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

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

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

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

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

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

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