#B77B79

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

Shades of Brandy Rose #B77B79

Tints of Brandy Rose #B77B79

Color information

#B77B79 (or 0xB77B79) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 79. RGB value is (183,123,121). Sum of RGB (Red+Green+Blue) = 183+123+121=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B79 is #488486. Grayscale: #8C8C8C. Windows color (decimal): -4752519 or 7961527. OLE color: 7961527.

HSL color Cylindrical-coordinate representation of color #B77B79: hue angle of 1.94º 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 #B77B79 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB183123121-
CMYK00.330.340.28
HSL1.94º30.1%59.61%-
HSV(B)1.94º33.88%71.76%-
XYZ30.0625.6121.45-
YUV140.71116.88158.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=42.86%
G=28.81%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312312100.330.340.281.9430.159.61
HexB77B79021221C21e3c
Octal267173171041423423674
Binary10110111111101111110010100001100010111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B79; }

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

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

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

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

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

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

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

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