#B77D6F

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

Shades of Brandy Rose #B77D6F

Tints of Brandy Rose #B77D6F

Color information

#B77D6F (or 0xB77D6F) is unknown color: approx Brandy Rose. HEX triplet: B7, 7D and 6F. RGB value is (183,125,111). Sum of RGB (Red+Green+Blue) = 183+125+111=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D6F is #488290. Grayscale: #8C8C8C. Windows color (decimal): -4752017 or 7306679. OLE color: 7306679.

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

Color convert

RGB183125111-
CMYK00.320.390.28
HSL11.67º33.33%57.65%-
HSV(B)11.67º39.34%71.76%-
XYZ29.7325.8818.47-
YUV140.75111.22158.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=43.68%
G=29.83%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312511100.320.390.2811.6733.3357.65
HexB77D6F020271Cc213a
Octal2671751570404734144172
Binary10110111111110111011110100000100111111001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D6F; }

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

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

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

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

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

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

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

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