#B97C6C

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

Shades of Brandy Rose #B97C6C

Tints of Brandy Rose #B97C6C

Color information

#B97C6C (or 0xB97C6C) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 6C. RGB value is (185,124,108). Sum of RGB (Red+Green+Blue) = 185+124+108=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C6C is #468393. Grayscale: #8C8C8C. Windows color (decimal): -4621204 or 7109817. OLE color: 7109817.

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

Color convert

RGB185124108-
CMYK00.330.420.27
HSL12.47º35.48%57.45%-
HSV(B)12.47º41.62%72.55%-
XYZ29.9225.8117.59-
YUV140.42109.71159.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=44.36%
G=29.74%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512410800.330.420.2712.4735.4857.45
HexB97C6C0212A1Bc2339
Octal2711741540415233144371
Binary10111001111110011011000100001101010110111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C6C; }

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

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

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

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

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

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

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

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