#B77C68

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

Shades of Brandy Rose #B77C68

Tints of Brandy Rose #B77C68

Color information

#B77C68 (or 0xB77C68) is unknown color: approx Brandy Rose. HEX triplet: B7, 7C and 68. RGB value is (183,124,104). Sum of RGB (Red+Green+Blue) = 183+124+104=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C68 is #488397. Grayscale: #8B8B8B. Windows color (decimal): -4752280 or 6847671. OLE color: 6847671.

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

Color convert

RGB183124104-
CMYK00.320.430.28
HSL15.19º35.43%56.27%-
HSV(B)15.19º43.17%71.76%-
XYZ29.2325.4816.47-
YUV139.36108.05159.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=44.53%
G=30.17%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312410400.320.430.2815.1935.4356.27
HexB77C680202B1Cf2338
Octal2671741500405334174370
Binary10110111111110011010000100000101011111001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C68; }

 p { color: rgb(183,124,104); }

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

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

 a { background-color: rgb(183,124,104); }

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

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

 span { border-color: rgb(183,124,104); }

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