#B97C70

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

Shades of Brandy Rose #B97C70

Tints of Brandy Rose #B97C70

Color information

#B97C70 (or 0xB97C70) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 70. RGB value is (185,124,112). Sum of RGB (Red+Green+Blue) = 185+124+112=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C70 is #46838F. Grayscale: #8C8C8C. Windows color (decimal): -4621200 or 7371961. OLE color: 7371961.

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

Color convert

RGB185124112-
CMYK00.330.390.27
HSL9.86º34.27%58.24%-
HSV(B)9.86º39.46%72.55%-
XYZ30.1425.918.74-
YUV140.87111.71159.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=43.94%
G=29.45%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512411200.330.390.279.8634.2758.24
HexB97C70021271Ba223a
Octal2711741600414733124272
Binary10111001111110011100000100001100111110111010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C70; }

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

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

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

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

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

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

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

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