#B97C71

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

Shades of Brandy Rose #B97C71

Tints of Brandy Rose #B97C71

Color information

#B97C71 (or 0xB97C71) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 71. RGB value is (185,124,113). Sum of RGB (Red+Green+Blue) = 185+124+113=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C71 is #46838E. Grayscale: #8D8D8D. Windows color (decimal): -4621199 or 7437497. OLE color: 7437497.

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

Color convert

RGB185124113-
CMYK00.330.390.27
HSL9.17º33.96%58.43%-
HSV(B)9.17º38.92%72.55%-
XYZ30.225.9219.03-
YUV140.99112.21159.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=43.84%
G=29.38%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512411300.330.390.279.1733.9658.43
HexB97C71021271B9223a
Octal2711741610414733114272
Binary10111001111110011100010100001100111110111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C71; }

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

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

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

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

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

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

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

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