#B77A6D

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

Shades of Brandy Rose #B77A6D

Tints of Brandy Rose #B77A6D

Color information

#B77A6D (or 0xB77A6D) is unknown color: approx Brandy Rose. HEX triplet: B7, 7A and 6D. RGB value is (183,122,109). Sum of RGB (Red+Green+Blue) = 183+122+109=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A6D is #488592. Grayscale: #8A8A8A. Windows color (decimal): -4752787 or 7174839. OLE color: 7174839.

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

Color convert

RGB183122109-
CMYK00.330.400.28
HSL10.54º33.94%57.25%-
HSV(B)10.54º40.44%71.76%-
XYZ29.2525.0917.77-
YUV138.76111.21159.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=44.20%
G=29.47%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312210900.330.400.2810.5433.9457.25
HexB77A6D021281Cb2239
Octal2671721550415034134271
Binary10110111111101011011010100001101000111001011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A6D; }

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

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

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

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

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

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

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

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