#B77E6C

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

Shades of Brandy Rose #B77E6C

Tints of Brandy Rose #B77E6C

Color information

#B77E6C (or 0xB77E6C) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 6C. RGB value is (183,126,108). Sum of RGB (Red+Green+Blue) = 183+126+108=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6C is #488193. Grayscale: #8D8D8D. Windows color (decimal): -4751764 or 7110327. OLE color: 7110327.

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

Color convert

RGB183126108-
CMYK00.310.410.28
HSL14.4º34.25%57.06%-
HSV(B)14.4º40.98%71.76%-
XYZ29.726.0717.65-
YUV140.99109.38157.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=43.88%
G=30.22%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312610800.310.410.2814.434.2557.06
HexB77E6C01F291Ce2239
Octal2671761540375134164271
Binary1011011111111101101100011111101001111001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E6C; }

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

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

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

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

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

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

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

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