#B97E6D

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

Shades of Brandy Rose #B97E6D

Tints of Brandy Rose #B97E6D

Color information

#B97E6D (or 0xB97E6D) is unknown color: approx Brandy Rose. HEX triplet: B9, 7E and 6D. RGB value is (185,126,109). Sum of RGB (Red+Green+Blue) = 185+126+109=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6D is #468192. Grayscale: #8D8D8D. Windows color (decimal): -4620691 or 7175865. OLE color: 7175865.

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

Color convert

RGB185126109-
CMYK00.320.410.27
HSL13.42º35.19%57.65%-
HSV(B)13.42º41.08%72.55%-
XYZ30.2326.3417.96-
YUV141.7109.55158.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=44.05%
G=30%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512610900.320.410.2713.4235.1957.65
HexB97E6D020291Bd233a
Octal2711761550405133154372
Binary10111001111111011011010100000101001110111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E6D; }

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

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

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

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

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

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

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

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