#B77F6B

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

Shades of Brandy Rose #B77F6B

Tints of Brandy Rose #B77F6B

Color information

#B77F6B (or 0xB77F6B) is unknown color: approx Brandy Rose. HEX triplet: B7, 7F and 6B. RGB value is (183,127,107). Sum of RGB (Red+Green+Blue) = 183+127+107=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F6B is #488094. Grayscale: #8D8D8D. Windows color (decimal): -4751509 or 7045047. OLE color: 7045047.

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

Color convert

RGB183127107-
CMYK00.310.420.28
HSL15.79º34.55%56.86%-
HSV(B)15.79º41.53%71.76%-
XYZ29.7726.3117.42-
YUV141.46108.55157.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=43.88%
G=30.46%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312710700.310.420.2815.7934.5556.86
HexB77F6B01F2A1C102339
Octal2671771530375234204371
Binary10110111111111111010110111111010101110010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F6B; }

 p { color: rgb(183,127,107); }

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

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

 a { background-color: rgb(183,127,107); }

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

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

 span { border-color: rgb(183,127,107); }

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