#B97E6A

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

Shades of Brandy Rose #B97E6A

Tints of Brandy Rose #B97E6A

Color information

#B97E6A (or 0xB97E6A) is unknown color: approx Brandy Rose. HEX triplet: B9, 7E and 6A. RGB value is (185,126,106). Sum of RGB (Red+Green+Blue) = 185+126+106=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E6A is #468195. Grayscale: #8D8D8D. Windows color (decimal): -4620694 or 6979257. OLE color: 6979257.

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

Color convert

RGB185126106-
CMYK00.320.430.27
HSL15.19º36.07%57.06%-
HSV(B)15.19º42.7%72.55%-
XYZ30.0726.2817.12-
YUV141.36108.05159.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=44.36%
G=30.22%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512610600.320.430.2715.1936.0757.06
HexB97E6A0202B1Bf2439
Octal2711761520405333174471
Binary10111001111111011010100100000101011110111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E6A; }

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

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

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

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

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

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

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

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