#B07979

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

Shades of Brandy Rose #B07979

Tints of Brandy Rose #B07979

Color information

#B07979 (or 0xB07979) is unknown color: approx Brandy Rose. HEX triplet: B0, 79 and 79. RGB value is (176,121,121). Sum of RGB (Red+Green+Blue) = 176+121+121=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B07979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07979 is #4F8686. Grayscale: #898989. Windows color (decimal): -5211783 or 7961008. OLE color: 7961008.

HSL color Cylindrical-coordinate representation of color #B07979: hue angle of 0º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07979 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176121121-
CMYK00.310.310.31
HSL25.82%58.24%-
HSV(B)31.25%69.02%-
XYZ28.1924.2921.29-
YUV137.44118.72155.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=42.11%
G=28.95%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612112100.310.310.31025.8258.24
HexB0797901F1F1F01a3a
Octal260171171037373703272
Binary10110000111100111110010111111111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07979; }

 p { color: rgb(176,121,121); }

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

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

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

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

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

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

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