#B18677

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

Shades of Brandy Rose #B18677

Tints of Brandy Rose #B18677

Color information

#B18677 (or 0xB18677) is unknown color: approx Brandy Rose. HEX triplet: B1, 86 and 77. RGB value is (177,134,119). Sum of RGB (Red+Green+Blue) = 177+134+119=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B18677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18677 is #4E7988. Grayscale: #919191. Windows color (decimal): -5142921 or 7833265. OLE color: 7833265.

HSL color Cylindrical-coordinate representation of color #B18677: hue angle of 15.52º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18677 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB177134119-
CMYK00.240.330.31
HSL15.52º27.1%58.04%-
HSV(B)15.52º32.77%69.41%-
XYZ29.9927.7321.22-
YUV145.15113.25150.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=41.16%
G=31.16%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713411900.240.330.3115.5227.158.04
HexB18677018211F101b3a
Octal2612061670304137203372
Binary10110001100001101110111011000100001111111000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18677; }

 p { color: rgb(177,134,119); }

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

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

 a { background-color: rgb(177,134,119); }

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

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

 span { border-color: rgb(177,134,119); }

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