#B97D6F

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

Shades of Brandy Rose #B97D6F

Tints of Brandy Rose #B97D6F

Color information

#B97D6F (or 0xB97D6F) is unknown color: approx Brandy Rose. HEX triplet: B9, 7D and 6F. RGB value is (185,125,111). Sum of RGB (Red+Green+Blue) = 185+125+111=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D6F is #468290. Grayscale: #8D8D8D. Windows color (decimal): -4620945 or 7306681. OLE color: 7306681.

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

Color convert

RGB185125111-
CMYK00.320.40.27
HSL11.35º34.58%58.04%-
HSV(B)11.35º40%72.55%-
XYZ30.2126.1318.49-
YUV141.34110.88159.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=43.94%
G=29.69%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512511100.320.40.2711.3534.5858.04
HexB97D6F020281Bb233a
Octal2711751570405033134372
Binary10111001111110111011110100000101000110111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D6F; }

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

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

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

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

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

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

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

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