#B97D79

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

Shades of Brandy Rose #B97D79

Tints of Brandy Rose #B97D79

Color information

#B97D79 (or 0xB97D79) is unknown color: approx Brandy Rose. HEX triplet: B9, 7D and 79. RGB value is (185,125,121). Sum of RGB (Red+Green+Blue) = 185+125+121=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D79 is #468286. Grayscale: #8E8E8E. Windows color (decimal): -4620935 or 7962041. OLE color: 7962041.

HSL color Cylindrical-coordinate representation of color #B97D79: hue angle of 3.75º 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 #B97D79 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185125121-
CMYK00.320.350.27
HSL3.75º31.37%60%-
HSV(B)3.75º34.59%72.55%-
XYZ30.7926.3621.55-
YUV142.48115.88158.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=42.92%
G=29.00%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512512100.320.350.273.7531.3760
HexB97D79020231B41f3c
Octal271175171040433343774
Binary101110011111101111100101000001000111101110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D79; }

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

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

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

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

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

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

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

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