#B1837D

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

Shades of Brandy Rose #B1837D

Tints of Brandy Rose #B1837D

Color information

#B1837D (or 0xB1837D) is unknown color: approx Brandy Rose. HEX triplet: B1, 83 and 7D. RGB value is (177,131,125). Sum of RGB (Red+Green+Blue) = 177+131+125=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837D is #4E7C82. Grayscale: #909090. Windows color (decimal): -5143683 or 8225713. OLE color: 8225713.

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

Color convert

RGB177131125-
CMYK00.260.290.31
HSL6.92º25%59.22%-
HSV(B)6.92º29.38%69.41%-
XYZ29.9527.0623.05-
YUV144.07117.24151.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=40.88%
G=30.25%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713112500.260.290.316.922559.22
HexB1837D01A1D1F7193b
Octal261203175032353773173
Binary10110001100000111111101011010111011111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1837D; }

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

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

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

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

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

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

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

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