#B97E6C

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

Shades of Brandy Rose #B97E6C

Tints of Brandy Rose #B97E6C

Color information

#B97E6C (or 0xB97E6C) is unknown color: approx Brandy Rose. HEX triplet: B9, 7E and 6C. RGB value is (185,126,108). Sum of RGB (Red+Green+Blue) = 185+126+108=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6C is #468193. Grayscale: #8D8D8D. Windows color (decimal): -4620692 or 7110329. OLE color: 7110329.

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

Color convert

RGB185126108-
CMYK00.320.420.27
HSL14.03º35.48%57.45%-
HSV(B)14.03º41.62%72.55%-
XYZ30.1826.3217.68-
YUV141.59109.05158.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=44.15%
G=30.07%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512610800.320.420.2714.0335.4857.45
HexB97E6C0202A1Be2339
Octal2711761540405233164371
Binary10111001111111011011000100000101010110111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E6C; }

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

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

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

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

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

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

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

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