#B1806D

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

Shades of Brandy Rose #B1806D

Tints of Brandy Rose #B1806D

Color information

#B1806D (or 0xB1806D) is unknown color: approx Brandy Rose. HEX triplet: B1, 80 and 6D. RGB value is (177,128,109). Sum of RGB (Red+Green+Blue) = 177+128+109=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1806D is #4E7F92. Grayscale: #8C8C8C. Windows color (decimal): -5144467 or 7176369. OLE color: 7176369.

HSL color Cylindrical-coordinate representation of color #B1806D: hue angle of 16.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1806D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177128109-
CMYK00.280.380.31
HSL16.76º30.36%56.08%-
HSV(B)16.76º38.42%69.41%-
XYZ28.6125.8917.96-
YUV140.48110.23154.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=42.75%
G=30.92%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712810900.280.380.3116.7630.3656.08
HexB1806D01C261F111e38
Octal2612001550344637213670
Binary10110001100000001101101011100100110111111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1806D; }

 p { color: rgb(177,128,109); }

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

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

 a { background-color: rgb(177,128,109); }

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

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

 span { border-color: rgb(177,128,109); }

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