#B77979

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

Shades of Brandy Rose #B77979

Tints of Brandy Rose #B77979

Color information

#B77979 (or 0xB77979) is unknown color: approx Brandy Rose. HEX triplet: B7, 79 and 79. RGB value is (183,121,121). Sum of RGB (Red+Green+Blue) = 183+121+121=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B77979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77979 is #488686. Grayscale: #8B8B8B. Windows color (decimal): -4753031 or 7961015. OLE color: 7961015.

HSL color Cylindrical-coordinate representation of color #B77979: hue angle of 0º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77979 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB183121121-
CMYK00.340.340.28
HSL30.1%59.61%-
HSV(B)33.88%71.76%-
XYZ29.8225.1221.37-
YUV139.54117.54159-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=43.06%
G=28.47%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312112100.340.340.28030.159.61
HexB77979022221C01e3c
Octal267171171042423403674
Binary1011011111110011111001010001010001011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77979; }

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

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

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

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

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

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

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

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