#B1807D

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

Shades of Brandy Rose #B1807D

Tints of Brandy Rose #B1807D

Color information

#B1807D (or 0xB1807D) is unknown color: approx Brandy Rose. HEX triplet: B1, 80 and 7D. RGB value is (177,128,125). Sum of RGB (Red+Green+Blue) = 177+128+125=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1807D is #4E7F82. Grayscale: #8E8E8E. Windows color (decimal): -5144451 or 8224945. OLE color: 8224945.

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

Color convert

RGB177128125-
CMYK00.280.290.31
HSL3.46º25%59.22%-
HSV(B)3.46º29.38%69.41%-
XYZ29.5526.2722.91-
YUV142.31118.23152.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=41.16%
G=29.77%
B=29.07%

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
Decimal17712812500.280.290.313.462559.22
HexB1807D01C1D1F3193b
Octal261200175034353733173
Binary1011000110000000111110101110011101111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1807D; }

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

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

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

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

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

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

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

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