#B97D68

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

Shades of Brandy Rose #B97D68

Tints of Brandy Rose #B97D68

Color information

#B97D68 (or 0xB97D68) is unknown color: approx Brandy Rose. HEX triplet: B9, 7D and 68. RGB value is (185,125,104). Sum of RGB (Red+Green+Blue) = 185+125+104=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D68 is #468297. Grayscale: #8C8C8C. Windows color (decimal): -4620952 or 6847929. OLE color: 6847929.

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

Color convert

RGB185125104-
CMYK00.320.440.27
HSL15.56º36.65%56.67%-
HSV(B)15.56º43.78%72.55%-
XYZ29.8425.9816.54-
YUV140.55107.38159.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=44.69%
G=30.19%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512510400.320.440.2715.5636.6556.67
HexB97D680202C1B102539
Octal2711751500405433204571
Binary101110011111101110100001000001011001101110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D68; }

 p { color: rgb(185,125,104); }

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

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

 a { background-color: rgb(185,125,104); }

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

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

 span { border-color: rgb(185,125,104); }

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