#B1807C

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

Shades of Brandy Rose #B1807C

Tints of Brandy Rose #B1807C

Color information

#B1807C (or 0xB1807C) is unknown color: approx Brandy Rose. HEX triplet: B1, 80 and 7C. RGB value is (177,128,124). Sum of RGB (Red+Green+Blue) = 177+128+124=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1807C is #4E7F83. Grayscale: #8E8E8E. Windows color (decimal): -5144452 or 8159409. OLE color: 8159409.

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

Color convert

RGB177128124-
CMYK00.280.300.31
HSL4.53º25.36%59.02%-
HSV(B)4.53º29.94%69.41%-
XYZ29.4926.2422.58-
YUV142.2117.73152.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=41.26%
G=29.84%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712812400.280.300.314.5325.3659.02
HexB1807C01C1E1F5193b
Octal261200174034363753173
Binary10110001100000001111100011100111101111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1807C; }

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

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

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

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

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

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

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

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