#B97F6D

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

Shades of Brandy Rose #B97F6D

Tints of Brandy Rose #B97F6D

Color information

#B97F6D (or 0xB97F6D) is unknown color: approx Brandy Rose. HEX triplet: B9, 7F and 6D. RGB value is (185,127,109). Sum of RGB (Red+Green+Blue) = 185+127+109=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F6D is #468092. Grayscale: #8E8E8E. Windows color (decimal): -4620435 or 7176121. OLE color: 7176121.

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

Color convert

RGB185127109-
CMYK00.310.410.27
HSL14.21º35.19%57.65%-
HSV(B)14.21º41.08%72.55%-
XYZ30.3626.618-
YUV142.29109.22158.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=43.94%
G=30.17%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512710900.310.410.2714.2135.1957.65
HexB97F6D01F291Be233a
Octal2711771550375133164372
Binary1011100111111111101101011111101001110111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F6D; }

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

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

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

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

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

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

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

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