#B1807B

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

Shades of Brandy Rose #B1807B

Tints of Brandy Rose #B1807B

Color information

#B1807B (or 0xB1807B) is unknown color: approx Brandy Rose. HEX triplet: B1, 80 and 7B. RGB value is (177,128,123). Sum of RGB (Red+Green+Blue) = 177+128+123=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1807B is #4E7F84. Grayscale: #8E8E8E. Windows color (decimal): -5144453 or 8093873. OLE color: 8093873.

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

Color convert

RGB177128123-
CMYK00.280.310.31
HSL5.56º25.71%58.82%-
HSV(B)5.56º30.51%69.41%-
XYZ29.4326.2222.25-
YUV142.08117.23152.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=41.36%
G=29.91%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712812300.280.310.315.5625.7158.82
HexB1807B01C1F1F61a3b
Octal261200173034373763273
Binary10110001100000001111011011100111111111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1807B; }

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

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

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

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

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

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

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

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