#B97F76

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

Shades of Brandy Rose #B97F76

Tints of Brandy Rose #B97F76

Color information

#B97F76 (or 0xB97F76) is unknown color: approx Brandy Rose. HEX triplet: B9, 7F and 76. RGB value is (185,127,118). Sum of RGB (Red+Green+Blue) = 185+127+118=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F76 is #468089. Grayscale: #8F8F8F. Windows color (decimal): -4620426 or 7765945. OLE color: 7765945.

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

Color convert

RGB185127118-
CMYK00.310.360.27
HSL8.06º32.37%59.41%-
HSV(B)8.06º36.22%72.55%-
XYZ30.8726.820.69-
YUV143.32113.72157.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=43.02%
G=29.53%
B=27.44%

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
Decimal18512711800.310.360.278.0632.3759.41
HexB97F7601F241B8203b
Octal2711771660374433104073
Binary1011100111111111110110011111100100110111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F76; }

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

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

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

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

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

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

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

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