#B17E7D

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

Shades of Brandy Rose #B17E7D

Tints of Brandy Rose #B17E7D

Color information

#B17E7D (or 0xB17E7D) is unknown color: approx Brandy Rose. HEX triplet: B1, 7E and 7D. RGB value is (177,126,125). Sum of RGB (Red+Green+Blue) = 177+126+125=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7D is #4E8182. Grayscale: #8D8D8D. Windows color (decimal): -5144963 or 8224433. OLE color: 8224433.

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

Color convert

RGB177126125-
CMYK00.290.290.31
HSL1.15º25%59.22%-
HSV(B)1.15º29.38%69.41%-
XYZ29.2925.7522.83-
YUV141.14118.9153.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=41.36%
G=29.44%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712612500.290.290.311.152559.22
HexB17E7D01D1D1F1193b
Octal261176175035353713173
Binary10110001111111011111010111011110111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E7D; }

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

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

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

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

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

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

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

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