#B18A7D

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

Shades of Brandy Rose #B18A7D

Tints of Brandy Rose #B18A7D

Color information

#B18A7D (or 0xB18A7D) is unknown color: approx Brandy Rose. HEX triplet: B1, 8A and 7D. RGB value is (177,138,125). Sum of RGB (Red+Green+Blue) = 177+138+125=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A7D is #4E7582. Grayscale: #949494. Windows color (decimal): -5141891 or 8227505. OLE color: 8227505.

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

Color convert

RGB177138125-
CMYK00.220.290.31
HSL15º25%59.22%-
HSV(B)15º29.38%69.41%-
XYZ30.922923.37-
YUV148.18114.92148.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=40.23%
G=31.36%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713812500.220.290.31152559.22
HexB18A7D0161D1Ff193b
Octal2612121750263537173173
Binary101100011000101011111010101101110111111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A7D; }

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

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

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

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

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

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

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

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