#B18A80

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

Shades of Brandy Rose #B18A80

Tints of Brandy Rose #B18A80

Color information

#B18A80 (or 0xB18A80) is unknown color: approx Brandy Rose. HEX triplet: B1, 8A and 80. RGB value is (177,138,128). Sum of RGB (Red+Green+Blue) = 177+138+128=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18A80 is #4E757F. Grayscale: #949494. Windows color (decimal): -5141888 or 8424113. OLE color: 8424113.

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

Color convert

RGB177138128-
CMYK00.220.280.31
HSL12.24º23.9%59.8%-
HSV(B)12.24º27.68%69.41%-
XYZ31.1229.0824.4-
YUV148.52116.42148.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=39.95%
G=31.15%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713812800.220.280.3112.2423.959.8
HexB18A800161C1Fc183c
Octal2612122000263437143074
Binary1011000110001010100000000101101110011111110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A80; }

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

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

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

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

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

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

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

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