#B77A74

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

Shades of Brandy Rose #B77A74

Tints of Brandy Rose #B77A74

Color information

#B77A74 (or 0xB77A74) is unknown color: approx Brandy Rose. HEX triplet: B7, 7A and 74. RGB value is (183,122,116). Sum of RGB (Red+Green+Blue) = 183+122+116=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A74 is #48858B. Grayscale: #8B8B8B. Windows color (decimal): -4752780 or 7633591. OLE color: 7633591.

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

Color convert

RGB183122116-
CMYK00.330.370.28
HSL5.37º31.75%58.63%-
HSV(B)5.37º36.61%71.76%-
XYZ29.6425.2519.83-
YUV139.55114.71158.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=43.47%
G=28.98%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312211600.330.370.285.3731.7558.63
HexB77A74021251C5203b
Octal267172164041453454073
Binary1011011111110101110100010000110010111100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A74; }

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

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

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

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

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

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

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

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