#B97C74

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

Shades of Brandy Rose #B97C74

Tints of Brandy Rose #B97C74

Color information

#B97C74 (or 0xB97C74) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 74. RGB value is (185,124,116). Sum of RGB (Red+Green+Blue) = 185+124+116=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C74 is #46838B. Grayscale: #8D8D8D. Windows color (decimal): -4621196 or 7634105. OLE color: 7634105.

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

Color convert

RGB185124116-
CMYK00.330.370.27
HSL6.96º33.01%59.02%-
HSV(B)6.96º37.3%72.55%-
XYZ30.3725.9919.94-
YUV141.33113.71159.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=43.53%
G=29.18%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512411600.330.370.276.9633.0159.02
HexB97C74021251B7213b
Octal271174164041453374173
Binary1011100111111001110100010000110010111011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C74; }

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

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

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

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

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

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

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

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