#B1807E

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

Shades of Brandy Rose #B1807E

Tints of Brandy Rose #B1807E

Color information

#B1807E (or 0xB1807E) is unknown color: approx Brandy Rose. HEX triplet: B1, 80 and 7E. RGB value is (177,128,126). Sum of RGB (Red+Green+Blue) = 177+128+126=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1807E is #4E7F81. Grayscale: #8E8E8E. Windows color (decimal): -5144450 or 8290481. OLE color: 8290481.

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

Color convert

RGB177128126-
CMYK00.280.290.31
HSL2.35º24.64%59.41%-
HSV(B)2.35º28.81%69.41%-
XYZ29.6226.2923.25-
YUV142.42118.73152.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=41.07%
G=29.70%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712812600.280.290.312.3524.6459.41
HexB1807E01C1D1F2193b
Octal261200176034353723173
Binary1011000110000000111111001110011101111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1807E; }

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

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

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

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

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

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

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

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