#B97A71

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

Shades of Brandy Rose #B97A71

Tints of Brandy Rose #B97A71

Color information

#B97A71 (or 0xB97A71) is unknown color: approx Brandy Rose. HEX triplet: B9, 7A and 71. RGB value is (185,122,113). Sum of RGB (Red+Green+Blue) = 185+122+113=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A71 is #46858E. Grayscale: #8B8B8B. Windows color (decimal): -4621711 or 7436985. OLE color: 7436985.

HSL color Cylindrical-coordinate representation of color #B97A71: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97A71 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185122113-
CMYK00.340.390.27
HSL7.5º33.96%58.43%-
HSV(B)7.5º38.92%72.55%-
XYZ29.9525.4318.95-
YUV139.81112.87160.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=44.05%
G=29.05%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512211300.340.390.277.533.9658.43
HexB97A71022271B8223a
Octal2711721610424733104272
Binary10111001111101011100010100010100111110111000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A71; }

 p { color: rgb(185,122,113); }

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

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

 a { background-color: rgb(185,122,113); }

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

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

 span { border-color: rgb(185,122,113); }

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