#B18B82

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

Shades of Brandy Rose #B18B82

Tints of Brandy Rose #B18B82

Color information

#B18B82 (or 0xB18B82) is unknown color: approx Brandy Rose. HEX triplet: B1, 8B and 82. RGB value is (177,139,130). Sum of RGB (Red+Green+Blue) = 177+139+130=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B82 is #4E747D. Grayscale: #959595. Windows color (decimal): -5141630 or 8555441. OLE color: 8555441.

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

Color convert

RGB177139130-
CMYK00.210.270.31
HSL11.49º23.15%60.2%-
HSV(B)11.49º26.55%69.41%-
XYZ31.3929.4225.14-
YUV149.34117.09147.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=39.69%
G=31.17%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713913000.210.270.3111.4923.1560.2
HexB18B820151B1Fb173c
Octal2612132020253337132774
Binary1011000110001011100000100101011101111111101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B82; }

 p { color: rgb(177,139,130); }

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

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

 a { background-color: rgb(177,139,130); }

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

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

 span { border-color: rgb(177,139,130); }

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