#B17B6D

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

Shades of Brandy Rose #B17B6D

Tints of Brandy Rose #B17B6D

Color information

#B17B6D (or 0xB17B6D) is unknown color: approx Brandy Rose. HEX triplet: B1, 7B and 6D. RGB value is (177,123,109). Sum of RGB (Red+Green+Blue) = 177+123+109=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B6D is #4E8492. Grayscale: #898989. Windows color (decimal): -5145747 or 7175089. OLE color: 7175089.

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

Color convert

RGB177123109-
CMYK00.310.380.31
HSL12.35º30.36%56.08%-
HSV(B)12.35º38.42%69.41%-
XYZ27.9724.6217.75-
YUV137.55111.89156.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=43.28%
G=30.07%
B=26.65%

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
Decimal17712310900.310.380.3112.3530.3656.08
HexB17B6D01F261Fc1e38
Octal2611731550374637143670
Binary101100011111011110110101111110011011111110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B6D; }

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

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

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

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

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

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

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

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