#B17D7C

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

Shades of Brandy Rose #B17D7C

Tints of Brandy Rose #B17D7C

Color information

#B17D7C (or 0xB17D7C) is unknown color: approx Brandy Rose. HEX triplet: B1, 7D and 7C. RGB value is (177,125,124). Sum of RGB (Red+Green+Blue) = 177+125+124=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D7C is #4E8283. Grayscale: #8C8C8C. Windows color (decimal): -5145220 or 8158641. OLE color: 8158641.

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

Color convert

RGB177125124-
CMYK00.290.300.31
HSL1.13º25.36%59.02%-
HSV(B)1.13º29.94%69.41%-
XYZ29.125.4722.45-
YUV140.43118.73154.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=41.55%
G=29.34%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712512400.290.300.311.1325.3659.02
HexB17D7C01D1E1F1193b
Octal261175174035363713173
Binary10110001111110111111000111011111011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D7C; }

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

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

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

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

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

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

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

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