#B1827C

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

Shades of Brandy Rose #B1827C

Tints of Brandy Rose #B1827C

Color information

#B1827C (or 0xB1827C) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 7C. RGB value is (177,130,124). Sum of RGB (Red+Green+Blue) = 177+130+124=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1827C is #4E7D83. Grayscale: #8F8F8F. Windows color (decimal): -5143940 or 8159921. OLE color: 8159921.

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

Color convert

RGB177130124-
CMYK00.270.300.31
HSL6.79º25.36%59.02%-
HSV(B)6.79º29.94%69.41%-
XYZ29.7526.7722.67-
YUV143.37117.07151.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=41.07%
G=30.16%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713012400.270.300.316.7925.3659.02
HexB1827C01B1E1F7193b
Octal261202174033363773173
Binary10110001100000101111100011011111101111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1827C; }

 p { color: rgb(177,130,124); }

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

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

 a { background-color: rgb(177,130,124); }

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

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

 span { border-color: rgb(177,130,124); }

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