#B77A6F

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

Shades of Brandy Rose #B77A6F

Tints of Brandy Rose #B77A6F

Color information

#B77A6F (or 0xB77A6F) is unknown color: approx Brandy Rose. HEX triplet: B7, 7A and 6F. RGB value is (183,122,111). Sum of RGB (Red+Green+Blue) = 183+122+111=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A6F is #488590. Grayscale: #8B8B8B. Windows color (decimal): -4752785 or 7305911. OLE color: 7305911.

HSL color Cylindrical-coordinate representation of color #B77A6F: hue angle of 9.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77A6F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183122111-
CMYK00.330.390.28
HSL9.17º33.33%57.65%-
HSV(B)9.17º39.34%71.76%-
XYZ29.3625.1318.34-
YUV138.98112.21159.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=43.99%
G=29.33%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312211100.330.390.289.1733.3357.65
HexB77A6F021271C9213a
Octal2671721570414734114172
Binary10110111111101011011110100001100111111001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A6F; }

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

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

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

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

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

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

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

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