#b18a7b

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

Shades of Brandy Rose #B18A7B

Tints of Brandy Rose #B18A7B

Color information

#B18A7B (or 0xB18A7B) is unknown color: approx Brandy Rose. HEX triplet: B1, 8A and 7B. RGB value is (177,138,123). Sum of RGB (Red+Green+Blue) = 177+138+123=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A7B is #4E7584. Grayscale: #949494. Windows color (decimal): -5141893 or 8096433. OLE color: 8096433.

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

Color convert

RGB177138123-
CMYK00.220.310.31
HSL16.67º25.71%58.82%-
HSV(B)16.67º30.51%69.41%-
XYZ30.828.9522.7-
YUV147.95113.92148.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=40.41%
G=31.51%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713812300.220.310.3116.6725.7158.82
HexB18A7B0161F1F111a3b
Octal2612121730263737213273
Binary1011000110001010111101101011011111111111000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18a7b; }

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

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

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

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

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

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

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

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