#B77B6F

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

Shades of Brandy Rose #B77B6F

Tints of Brandy Rose #B77B6F

Color information

#B77B6F (or 0xB77B6F) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 6F. RGB value is (183,123,111). Sum of RGB (Red+Green+Blue) = 183+123+111=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6F is #488490. Grayscale: #8B8B8B. Windows color (decimal): -4752529 or 7306167. OLE color: 7306167.

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

Color convert

RGB183123111-
CMYK00.330.390.28
HSL10º33.33%57.65%-
HSV(B)10º39.34%71.76%-
XYZ29.4825.3818.38-
YUV139.57111.88158.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=43.88%
G=29.50%
B=26.62%

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
Decimal18312311100.330.390.281033.3357.65
HexB77B6F021271Ca213a
Octal2671731570414734124172
Binary10110111111101111011110100001100111111001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B6F; }

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

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

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

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

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

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

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

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