#B1877F

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

Shades of Brandy Rose #B1877F

Tints of Brandy Rose #B1877F

Color information

#B1877F (or 0xB1877F) is unknown color: approx Brandy Rose. HEX triplet: B1, 87 and 7F. RGB value is (177,135,127). Sum of RGB (Red+Green+Blue) = 177+135+127=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877F is #4E7880. Grayscale: #929292. Windows color (decimal): -5142657 or 8357809. OLE color: 8357809.

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

Color convert

RGB177135127-
CMYK00.240.280.31
HSL9.6º24.27%59.61%-
HSV(B)9.6º28.25%69.41%-
XYZ30.6328.2123.91-
YUV146.65116.91149.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 127 (50% from 255) = 28.93%
R=40.32%
G=30.75%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713512700.240.280.319.624.2759.61
HexB1877F0181C1Fa183c
Octal2612071770303437123074
Binary101100011000011111111110110001110011111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1877F; }

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

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

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

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

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

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

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

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