#B77B78

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

Shades of Brandy Rose #B77B78

Tints of Brandy Rose #B77B78

Color information

#B77B78 (or 0xB77B78) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 78. RGB value is (183,123,120). Sum of RGB (Red+Green+Blue) = 183+123+120=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B78 is #488487. Grayscale: #8C8C8C. Windows color (decimal): -4752520 or 7895991. OLE color: 7895991.

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

Color convert

RGB183123120-
CMYK00.330.340.28
HSL2.86º30.43%59.41%-
HSV(B)2.86º34.43%71.76%-
XYZ3025.5921.13-
YUV140.6116.38158.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=42.96%
G=28.87%
B=28.17%

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
Decimal18312312000.330.340.282.8630.4359.41
HexB77B78021221C31e3b
Octal267173170041423433673
Binary10110111111101111110000100001100010111001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B78; }

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

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

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

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

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

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

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

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