#B97C79

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

Shades of Brandy Rose #B97C79

Tints of Brandy Rose #B97C79

Color information

#B97C79 (or 0xB97C79) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 79. RGB value is (185,124,121). Sum of RGB (Red+Green+Blue) = 185+124+121=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C79 is #468386. Grayscale: #8D8D8D. Windows color (decimal): -4621191 or 7961785. OLE color: 7961785.

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

Color convert

RGB185124121-
CMYK00.330.350.27
HSL2.81º31.37%60%-
HSV(B)2.81º34.59%72.55%-
XYZ30.6726.1121.51-
YUV141.9116.21158.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=43.02%
G=28.84%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512412100.330.350.272.8131.3760
HexB97C79021231B31f3c
Octal271174171041433333774
Binary10111001111110011110010100001100011110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C79; }

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

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

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

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

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

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

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

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