#B97F71

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

Shades of Brandy Rose #B97F71

Tints of Brandy Rose #B97F71

Color information

#B97F71 (or 0xB97F71) is unknown color: approx Brandy Rose. HEX triplet: B9, 7F and 71. RGB value is (185,127,113). Sum of RGB (Red+Green+Blue) = 185+127+113=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F71 is #46808E. Grayscale: #8E8E8E. Windows color (decimal): -4620431 or 7438265. OLE color: 7438265.

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

Color convert

RGB185127113-
CMYK00.310.390.27
HSL11.67º33.96%58.43%-
HSV(B)11.67º38.92%72.55%-
XYZ30.5826.6919.16-
YUV142.75111.22158.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=43.53%
G=29.88%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512711300.310.390.2711.6733.9658.43
HexB97F7101F271Bc223a
Octal2711771610374733144272
Binary1011100111111111110001011111100111110111100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F71; }

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

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

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

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

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

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

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

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