#B37C79

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

Shades of Brandy Rose #B37C79

Tints of Brandy Rose #B37C79

Color information

#B37C79 (or 0xB37C79) is unknown color: approx Brandy Rose. HEX triplet: B3, 7C and 79. RGB value is (179,124,121). Sum of RGB (Red+Green+Blue) = 179+124+121=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C79 is #4C8386. Grayscale: #8C8C8C. Windows color (decimal): -5014407 or 7961779. OLE color: 7961779.

HSL color Cylindrical-coordinate representation of color #B37C79: hue angle of 3.1º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37C79 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179124121-
CMYK00.310.320.30
HSL3.1º27.62%58.82%-
HSV(B)3.1º32.4%70.2%-
XYZ29.2525.3821.45-
YUV140.1117.22155.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=42.22%
G=29.25%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912412100.310.320.303.127.6258.82
HexB37C7901F201E31c3b
Octal263174171037403633473
Binary1011001111111001111001011111100000111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C79; }

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

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

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

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

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

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

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

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