#B97C6D

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

Shades of Brandy Rose #B97C6D

Tints of Brandy Rose #B97C6D

Color information

#B97C6D (or 0xB97C6D) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 6D. RGB value is (185,124,109). Sum of RGB (Red+Green+Blue) = 185+124+109=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C6D is #468392. Grayscale: #8C8C8C. Windows color (decimal): -4621203 or 7175353. OLE color: 7175353.

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

Color convert

RGB185124109-
CMYK00.330.410.27
HSL11.84º35.19%57.65%-
HSV(B)11.84º41.08%72.55%-
XYZ29.9825.8317.87-
YUV140.53110.21159.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=44.26%
G=29.67%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512410900.330.410.2711.8435.1957.65
HexB97C6D021291Bc233a
Octal2711741550415133144372
Binary10111001111110011011010100001101001110111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C6D; }

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

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

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

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

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

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

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

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