#B1817C

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

Shades of Brandy Rose #B1817C

Tints of Brandy Rose #B1817C

Color information

#B1817C (or 0xB1817C) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 7C. RGB value is (177,129,124). Sum of RGB (Red+Green+Blue) = 177+129+124=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817C is #4E7E83. Grayscale: #8E8E8E. Windows color (decimal): -5144196 or 8159665. OLE color: 8159665.

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

Color convert

RGB177129124-
CMYK00.270.300.31
HSL5.66º25.36%59.02%-
HSV(B)5.66º29.94%69.41%-
XYZ29.6226.522.62-
YUV142.78117.4152.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=41.16%
G=30%
B=28.84%

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
Decimal17712912400.270.300.315.6625.3659.02
HexB1817C01B1E1F6193b
Octal261201174033363763173
Binary10110001100000011111100011011111101111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1817C; }

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

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

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

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

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

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

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

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