#B17B70

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

Shades of Brandy Rose #B17B70

Tints of Brandy Rose #B17B70

Color information

#B17B70 (or 0xB17B70) is unknown color: approx Brandy Rose. HEX triplet: B1, 7B and 70. RGB value is (177,123,112). Sum of RGB (Red+Green+Blue) = 177+123+112=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B70 is #4E848F. Grayscale: #898989. Windows color (decimal): -5145744 or 7371697. OLE color: 7371697.

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

Color convert

RGB177123112-
CMYK00.310.370.31
HSL10.15º29.41%56.67%-
HSV(B)10.15º36.72%69.41%-
XYZ28.1424.6818.61-
YUV137.89113.39155.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=42.96%
G=29.85%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712311200.310.370.3110.1529.4156.67
HexB17B7001F251Fa1d39
Octal2611731600374537123571
Binary101100011111011111000001111110010111111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B70; }

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

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

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

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

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

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

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

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