#B18885

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

Shades of Brandy Rose #B18885

Tints of Brandy Rose #B18885

Color information

#B18885 (or 0xB18885) is unknown color: approx Brandy Rose. HEX triplet: B1, 88 and 85. RGB value is (177,136,133). Sum of RGB (Red+Green+Blue) = 177+136+133=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B18885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18885 is #4E777A. Grayscale: #939393. Windows color (decimal): -5142395 or 8751281. OLE color: 8751281.

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

Color convert

RGB177136133-
CMYK00.230.250.31
HSL4.09º22%60.78%-
HSV(B)4.09º24.86%69.41%-
XYZ31.1728.6526.08-
YUV147.92119.58148.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=39.69%
G=30.49%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713613300.230.250.314.092260.78
HexB18885017191F4163d
Octal261210205027313742675
Binary101100011000100010000101010111110011111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18885; }

 p { color: rgb(177,136,133); }

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

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

 a { background-color: rgb(177,136,133); }

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

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

 span { border-color: rgb(177,136,133); }

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