#B77D77

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

Shades of Brandy Rose #B77D77

Tints of Brandy Rose #B77D77

Color information

#B77D77 (or 0xB77D77) is unknown color: approx Brandy Rose. HEX triplet: B7, 7D and 77. RGB value is (183,125,119). Sum of RGB (Red+Green+Blue) = 183+125+119=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D77 is #488288. Grayscale: #8D8D8D. Windows color (decimal): -4752009 or 7830967. OLE color: 7830967.

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

Color convert

RGB183125119-
CMYK00.320.350.28
HSL5.62º30.77%59.22%-
HSV(B)5.62º34.97%71.76%-
XYZ30.1926.0720.89-
YUV141.66115.22157.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=42.86%
G=29.27%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312511900.320.350.285.6230.7759.22
HexB77D77020231C61f3b
Octal267175167040433463773
Binary101101111111101111011101000001000111110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D77; }

 p { color: rgb(183,125,119); }

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

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

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

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

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

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

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