#B1837F

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

Shades of Brandy Rose #B1837F

Tints of Brandy Rose #B1837F

Color information

#B1837F (or 0xB1837F) is unknown color: approx Brandy Rose. HEX triplet: B1, 83 and 7F. RGB value is (177,131,127). Sum of RGB (Red+Green+Blue) = 177+131+127=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837F is #4E7C80. Grayscale: #909090. Windows color (decimal): -5143681 or 8356785. OLE color: 8356785.

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

Color convert

RGB177131127-
CMYK00.260.280.31
HSL4.8º24.27%59.61%-
HSV(B)4.8º28.25%69.41%-
XYZ30.0827.1123.73-
YUV144.3118.24151.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 127 (50% from 255) = 29.20%
R=40.69%
G=30.11%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713112700.260.280.314.824.2759.61
HexB1837F01A1C1F5183c
Octal261203177032343753074
Binary10110001100000111111111011010111001111110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1837F; }

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

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

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

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

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

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

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

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