#B18B7A

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

Shades of Brandy Rose #B18B7A

Tints of Brandy Rose #B18B7A

Color information

#B18B7A (or 0xB18B7A) is unknown color: approx Brandy Rose. HEX triplet: B1, 8B and 7A. RGB value is (177,139,122). Sum of RGB (Red+Green+Blue) = 177+139+122=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B7A is #4E7485. Grayscale: #949494. Windows color (decimal): -5141638 or 8031153. OLE color: 8031153.

HSL color Cylindrical-coordinate representation of color #B18B7A: hue angle of 18.55º 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 #B18B7A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177139122-
CMYK00.210.310.31
HSL18.55º26.07%58.63%-
HSV(B)18.55º31.07%69.41%-
XYZ30.8829.2222.42-
YUV148.42113.09148.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=40.41%
G=31.74%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713912200.210.310.3118.5526.0758.63
HexB18B7A0151F1F131a3b
Octal2612131720253737233273
Binary1011000110001011111101001010111111111111001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B7A; }

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

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

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

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

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

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

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

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