#B97F77

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

Shades of Brandy Rose #B97F77

Tints of Brandy Rose #B97F77

Color information

#B97F77 (or 0xB97F77) is unknown color: approx Brandy Rose. HEX triplet: B9, 7F and 77. RGB value is (185,127,119). Sum of RGB (Red+Green+Blue) = 185+127+119=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F77 is #468088. Grayscale: #8F8F8F. Windows color (decimal): -4620425 or 7831481. OLE color: 7831481.

HSL color Cylindrical-coordinate representation of color #B97F77: hue angle of 7.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97F77 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB185127119-
CMYK00.310.360.27
HSL7.27º32.04%59.61%-
HSV(B)7.27º35.68%72.55%-
XYZ30.9326.8221-
YUV143.43114.22157.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=42.92%
G=29.47%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512711900.310.360.277.2732.0459.61
HexB97F7701F241B7203c
Octal271177167037443374074
Binary101110011111111111011101111110010011011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F77; }

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

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

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

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

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

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

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

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