#B77D71

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

Shades of Brandy Rose #B77D71

Tints of Brandy Rose #B77D71

Color information

#B77D71 (or 0xB77D71) is unknown color: approx Brandy Rose. HEX triplet: B7, 7D and 71. RGB value is (183,125,113). Sum of RGB (Red+Green+Blue) = 183+125+113=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D71 is #48828E. Grayscale: #8D8D8D. Windows color (decimal): -4752015 or 7437751. OLE color: 7437751.

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

Color convert

RGB183125113-
CMYK00.320.380.28
HSL10.29º32.71%58.04%-
HSV(B)10.29º38.25%71.76%-
XYZ29.8425.9319.05-
YUV140.97112.22157.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=43.47%
G=29.69%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312511300.320.380.2810.2932.7158.04
HexB77D71020261Ca213a
Octal2671751610404634124172
Binary10110111111110111100010100000100110111001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D71; }

 p { color: rgb(183,125,113); }

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

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

 a { background-color: rgb(183,125,113); }

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

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

 span { border-color: rgb(183,125,113); }

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