#B97973

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

Shades of Brandy Rose #B97973

Tints of Brandy Rose #B97973

Color information

#B97973 (or 0xB97973) is unknown color: approx Brandy Rose. HEX triplet: B9, 79 and 73. RGB value is (185,121,115). Sum of RGB (Red+Green+Blue) = 185+121+115=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97973 is #46868C. Grayscale: #8B8B8B. Windows color (decimal): -4621965 or 7567801. OLE color: 7567801.

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

Color convert

RGB185121115-
CMYK00.350.380.27
HSL5.14º33.33%58.82%-
HSV(B)5.14º37.84%72.55%-
XYZ29.9425.2319.51-
YUV139.45114.2160.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=43.94%
G=28.74%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512111500.350.380.275.1433.3358.82
HexB97973023261B5213b
Octal271171163043463354173
Binary1011100111110011110011010001110011011011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97973; }

 p { color: rgb(185,121,115); }

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

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

 a { background-color: rgb(185,121,115); }

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

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

 span { border-color: rgb(185,121,115); }

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