#B77A79

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

Shades of Brandy Rose #B77A79

Tints of Brandy Rose #B77A79

Color information

#B77A79 (or 0xB77A79) is unknown color: approx Brandy Rose. HEX triplet: B7, 7A and 79. RGB value is (183,122,121). Sum of RGB (Red+Green+Blue) = 183+122+121=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A79 is #488586. Grayscale: #8C8C8C. Windows color (decimal): -4752775 or 7961271. OLE color: 7961271.

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

Color convert

RGB183122121-
CMYK00.330.340.28
HSL0.97º30.1%59.61%-
HSV(B)0.97º33.88%71.76%-
XYZ29.9425.3721.41-
YUV140.12117.21158.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=42.96%
G=28.64%
B=28.40%

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
Decimal18312212100.330.340.280.9730.159.61
HexB77A79021221C11e3c
Octal267172171041423413674
Binary1011011111110101111001010000110001011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A79; }

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

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

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

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

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

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

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

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