#b17b6e

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

Shades of Brandy Rose #B17B6E

Tints of Brandy Rose #B17B6E

Color information

#B17B6E (or 0xB17B6E) is unknown color: approx Brandy Rose. HEX triplet: B1, 7B and 6E. RGB value is (177,123,110). Sum of RGB (Red+Green+Blue) = 177+123+110=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B6E is #4E8491. Grayscale: #898989. Windows color (decimal): -5145746 or 7240625. OLE color: 7240625.

HSL color Cylindrical-coordinate representation of color #B17B6E: hue angle of 11.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17B6E is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177123110-
CMYK00.310.380.31
HSL11.64º30.04%56.27%-
HSV(B)11.64º37.85%69.41%-
XYZ28.0324.6418.03-
YUV137.66112.39156.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=43.17%
G=30%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712311000.310.380.3111.6430.0456.27
HexB17B6E01F261Fc1e38
Octal2611731560374637143670
Binary101100011111011110111001111110011011111110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17b6e; }

 p { color: rgb(177,123,110); }

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

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

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

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

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

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

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