#B1816E

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

Shades of Brandy Rose #B1816E

Tints of Brandy Rose #B1816E

Color information

#B1816E (or 0xB1816E) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 6E. RGB value is (177,129,110). Sum of RGB (Red+Green+Blue) = 177+129+110=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1816E is #4E7E91. Grayscale: #8D8D8D. Windows color (decimal): -5144210 or 7242161. OLE color: 7242161.

HSL color Cylindrical-coordinate representation of color #B1816E: hue angle of 17.01º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1816E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177129110-
CMYK00.270.380.31
HSL17.01º30.04%56.27%-
HSV(B)17.01º37.85%69.41%-
XYZ28.826.1718.29-
YUV141.19110.4153.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=42.55%
G=31.01%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712911000.270.380.3117.0130.0456.27
HexB1816E01B261F111e38
Octal2612011560334637213670
Binary10110001100000011101110011011100110111111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1816E; }

 p { color: rgb(177,129,110); }

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

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

 a { background-color: rgb(177,129,110); }

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

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

 span { border-color: rgb(177,129,110); }

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