#B97C6B

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

Shades of Brandy Rose #B97C6B

Tints of Brandy Rose #B97C6B

Color information

#B97C6B (or 0xB97C6B) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 6B. RGB value is (185,124,107). Sum of RGB (Red+Green+Blue) = 185+124+107=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C6B is #468394. Grayscale: #8C8C8C. Windows color (decimal): -4621205 or 7044281. OLE color: 7044281.

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

Color convert

RGB185124107-
CMYK00.330.420.27
HSL13.08º35.78%57.25%-
HSV(B)13.08º42.16%72.55%-
XYZ29.8725.7917.31-
YUV140.3109.21159.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=44.47%
G=29.81%
B=25.72%

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
Decimal18512410700.330.420.2713.0835.7857.25
HexB97C6B0212A1Bd2439
Octal2711741530415233154471
Binary10111001111110011010110100001101010110111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C6B; }

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

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

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

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

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

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

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

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