#B17E7A

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

Shades of Brandy Rose #B17E7A

Tints of Brandy Rose #B17E7A

Color information

#B17E7A (or 0xB17E7A) is unknown color: approx Brandy Rose. HEX triplet: B1, 7E and 7A. RGB value is (177,126,122). Sum of RGB (Red+Green+Blue) = 177+126+122=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7A is #4E8185. Grayscale: #8C8C8C. Windows color (decimal): -5144966 or 8027825. OLE color: 8027825.

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

Color convert

RGB177126122-
CMYK00.290.310.31
HSL4.36º26.07%58.63%-
HSV(B)4.36º31.07%69.41%-
XYZ29.1125.6721.83-
YUV140.79117.4153.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=41.65%
G=29.65%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712612200.290.310.314.3626.0758.63
HexB17E7A01D1F1F41a3b
Octal261176172035373743273
Binary1011000111111101111010011101111111111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E7A; }

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

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

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

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

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

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

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

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