#b77e6f

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

Shades of Brandy Rose #B77E6F

Tints of Brandy Rose #B77E6F

Color information

#B77E6F (or 0xB77E6F) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 6F. RGB value is (183,126,111). Sum of RGB (Red+Green+Blue) = 183+126+111=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6F is #488190. Grayscale: #8D8D8D. Windows color (decimal): -4751761 or 7306935. OLE color: 7306935.

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

Color convert

RGB183126111-
CMYK00.310.390.28
HSL12.5º33.33%57.65%-
HSV(B)12.5º39.34%71.76%-
XYZ29.8626.1418.51-
YUV141.33110.88157.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=43.57%
G=30%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312611100.310.390.2812.533.3357.65
HexB77E6F01F271Cc213a
Octal2671761570374734144172
Binary1011011111111101101111011111100111111001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77e6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77e6f; }

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

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

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

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

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

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

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

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