#B97E6F

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

Shades of Brandy Rose #B97E6F

Tints of Brandy Rose #B97E6F

Color information

#B97E6F (or 0xB97E6F) is unknown color: approx Brandy Rose. HEX triplet: B9, 7E and 6F. RGB value is (185,126,111). Sum of RGB (Red+Green+Blue) = 185+126+111=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6F is #468190. Grayscale: #8E8E8E. Windows color (decimal): -4620689 or 7306937. OLE color: 7306937.

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

Color convert

RGB185126111-
CMYK00.320.40.27
HSL12.16º34.58%58.04%-
HSV(B)12.16º40%72.55%-
XYZ30.3426.3818.53-
YUV141.93110.55158.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=43.84%
G=29.86%
B=26.30%

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
Decimal18512611100.320.40.2712.1634.5858.04
HexB97E6F020281Bc233a
Octal2711761570405033144372
Binary10111001111111011011110100000101000110111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E6F; }

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

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

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

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

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

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

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

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