#B17D7D

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

Shades of Brandy Rose #B17D7D

Tints of Brandy Rose #B17D7D

Color information

#B17D7D (or 0xB17D7D) is unknown color: approx Brandy Rose. HEX triplet: B1, 7D and 7D. RGB value is (177,125,125). Sum of RGB (Red+Green+Blue) = 177+125+125=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D7D is #4E8282. Grayscale: #8C8C8C. Windows color (decimal): -5145219 or 8224177. OLE color: 8224177.

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

Color convert

RGB177125125-
CMYK00.290.290.31
HSL25%59.22%-
HSV(B)29.38%69.41%-
XYZ29.1725.522.79-
YUV140.55119.23154-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=41.45%
G=29.27%
B=29.27%

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
Decimal17712512500.290.290.3102559.22
HexB17D7D01D1D1F0193b
Octal261175175035353703173
Binary10110001111110111111010111011110111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D7D; }

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

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

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

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

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

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

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

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