#B17F7F

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

Shades of Brandy Rose #B17F7F

Tints of Brandy Rose #B17F7F

Color information

#B17F7F (or 0xB17F7F) is unknown color: approx Brandy Rose. HEX triplet: B1, 7F and 7F. RGB value is (177,127,127). Sum of RGB (Red+Green+Blue) = 177+127+127=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F7F is #4E8080. Grayscale: #8E8E8E. Windows color (decimal): -5144705 or 8355761. OLE color: 8355761.

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

Color convert

RGB177127127-
CMYK00.280.280.31
HSL24.27%59.61%-
HSV(B)28.25%69.41%-
XYZ29.5526.0623.55-
YUV141.95119.56153-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 127 (50% from 255) = 29.47%
R=41.07%
G=29.47%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712712700.280.280.31024.2759.61
HexB17F7F01C1C1F0183c
Octal261177177034343703074
Binary10110001111111111111110111001110011111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F7F; }

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

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

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

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

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

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

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

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