#B97A6F

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

Shades of Brandy Rose #B97A6F

Tints of Brandy Rose #B97A6F

Color information

#B97A6F (or 0xB97A6F) is unknown color: approx Brandy Rose. HEX triplet: B9, 7A and 6F. RGB value is (185,122,111). Sum of RGB (Red+Green+Blue) = 185+122+111=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A6F is #468590. Grayscale: #8B8B8B. Windows color (decimal): -4621713 or 7305913. OLE color: 7305913.

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

Color convert

RGB185122111-
CMYK00.340.40.27
HSL8.92º34.58%58.04%-
HSV(B)8.92º40%72.55%-
XYZ29.8425.3818.37-
YUV139.58111.87160.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=44.26%
G=29.19%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512211100.340.40.278.9234.5858.04
HexB97A6F022281B9233a
Octal2711721570425033114372
Binary10111001111101011011110100010101000110111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A6F; }

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

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

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

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

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

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

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

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