#B77E7C

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

Shades of Brandy Rose #B77E7C

Tints of Brandy Rose #B77E7C

Color information

#B77E7C (or 0xB77E7C) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 7C. RGB value is (183,126,124). Sum of RGB (Red+Green+Blue) = 183+126+124=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E7C is #488183. Grayscale: #8E8E8E. Windows color (decimal): -4751748 or 8158903. OLE color: 8158903.

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

Color convert

RGB183126124-
CMYK00.310.320.28
HSL2.03º29.06%60.2%-
HSV(B)2.03º32.24%71.76%-
XYZ30.6326.4422.56-
YUV142.81117.38156.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=42.26%
G=29.10%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312612400.310.320.282.0329.0660.2
HexB77E7C01F201C21d3c
Octal267176174037403423574
Binary1011011111111101111100011111100000111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E7C; }

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

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

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

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

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

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

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

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