#B77E6D

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

Shades of Brandy Rose #B77E6D

Tints of Brandy Rose #B77E6D

Color information

#B77E6D (or 0xB77E6D) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 6D. RGB value is (183,126,109). Sum of RGB (Red+Green+Blue) = 183+126+109=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6D is #488192. Grayscale: #8D8D8D. Windows color (decimal): -4751763 or 7175863. OLE color: 7175863.

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

Color convert

RGB183126109-
CMYK00.310.400.28
HSL13.78º33.94%57.25%-
HSV(B)13.78º40.44%71.76%-
XYZ29.7526.0917.94-
YUV141.1109.88157.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=43.78%
G=30.14%
B=26.08%

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
Decimal18312610900.310.400.2813.7833.9457.25
HexB77E6D01F281Ce2239
Octal2671761550375034164271
Binary1011011111111101101101011111101000111001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E6D; }

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

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

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

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

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

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

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

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