#B77E6E

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

Shades of Brandy Rose #B77E6E

Tints of Brandy Rose #B77E6E

Color information

#B77E6E (or 0xB77E6E) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 6E. RGB value is (183,126,110). Sum of RGB (Red+Green+Blue) = 183+126+110=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6E is #488191. Grayscale: #8D8D8D. Windows color (decimal): -4751762 or 7241399. OLE color: 7241399.

HSL color Cylindrical-coordinate representation of color #B77E6E: hue angle of 13.15º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77E6E is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183126110-
CMYK00.310.400.28
HSL13.15º33.64%57.45%-
HSV(B)13.15º39.89%71.76%-
XYZ29.826.1118.22-
YUV141.22110.38157.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=43.68%
G=30.07%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312611000.310.400.2813.1533.6457.45
HexB77E6E01F281Cd2239
Octal2671761560375034154271
Binary1011011111111101101110011111101000111001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E6E; }

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

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

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

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

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

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

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

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