#B18B83

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

Shades of Brandy Rose #B18B83

Tints of Brandy Rose #B18B83

Color information

#B18B83 (or 0xB18B83) is unknown color: approx Brandy Rose. HEX triplet: B1, 8B and 83. RGB value is (177,139,131). Sum of RGB (Red+Green+Blue) = 177+139+131=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B83 is #4E747C. Grayscale: #959595. Windows color (decimal): -5141629 or 8620977. OLE color: 8620977.

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

Color convert

RGB177139131-
CMYK00.210.260.31
HSL10.43º22.77%60.39%-
HSV(B)10.43º25.99%69.41%-
XYZ31.4629.4525.5-
YUV149.45117.59147.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=39.60%
G=31.10%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713913100.210.260.3110.4322.7760.39
HexB18B830151A1Fa173c
Octal2612132030253237122774
Binary1011000110001011100000110101011101011111101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B83; }

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

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

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

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

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

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

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

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