#B1867D

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

Shades of Brandy Rose #B1867D

Tints of Brandy Rose #B1867D

Color information

#B1867D (or 0xB1867D) is unknown color: approx Brandy Rose. HEX triplet: B1, 86 and 7D. RGB value is (177,134,125). Sum of RGB (Red+Green+Blue) = 177+134+125=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1867D is #4E7982. Grayscale: #919191. Windows color (decimal): -5142915 or 8226481. OLE color: 8226481.

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

Color convert

RGB177134125-
CMYK00.240.290.31
HSL10.38º25%59.22%-
HSV(B)10.38º29.38%69.41%-
XYZ30.3627.8823.18-
YUV145.83116.25150.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=40.60%
G=30.73%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713412500.240.290.3110.382559.22
HexB1867D0181D1Fa193b
Octal2612061750303537123173
Binary101100011000011011111010110001110111111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1867D; }

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

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

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

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

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

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

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

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