#B17F6C

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

Shades of Brandy Rose #B17F6C

Tints of Brandy Rose #B17F6C

Color information

#B17F6C (or 0xB17F6C) is unknown color: approx Brandy Rose. HEX triplet: B1, 7F and 6C. RGB value is (177,127,108). Sum of RGB (Red+Green+Blue) = 177+127+108=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F6C is #4E8093. Grayscale: #8B8B8B. Windows color (decimal): -5144724 or 7110577. OLE color: 7110577.

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

Color convert

RGB177127108-
CMYK00.280.390.31
HSL16.52º30.67%55.88%-
HSV(B)16.52º38.98%69.41%-
XYZ28.4325.6117.63-
YUV139.78110.06154.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=42.96%
G=30.83%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712710800.280.390.3116.5230.6755.88
HexB17F6C01C271F111f38
Octal2611771540344737213770
Binary1011000111111111101100011100100111111111000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F6C; }

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

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

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

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

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

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

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

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