#B17F7D

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

Shades of Brandy Rose #B17F7D

Tints of Brandy Rose #B17F7D

Color information

#B17F7D (or 0xB17F7D) is unknown color: approx Brandy Rose. HEX triplet: B1, 7F and 7D. RGB value is (177,127,125). Sum of RGB (Red+Green+Blue) = 177+127+125=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F7D is #4E8082. Grayscale: #8D8D8D. Windows color (decimal): -5144707 or 8224689. OLE color: 8224689.

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

Color convert

RGB177127125-
CMYK00.280.290.31
HSL2.31º25%59.22%-
HSV(B)2.31º29.38%69.41%-
XYZ29.4226.0122.87-
YUV141.72118.56153.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=41.26%
G=29.60%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712712500.280.290.312.312559.22
HexB17F7D01C1D1F2193b
Octal261177175034353723173
Binary101100011111111111110101110011101111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F7D; }

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

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

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

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

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

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

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

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