#B77E74

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

Shades of Brandy Rose #B77E74

Tints of Brandy Rose #B77E74

Color information

#B77E74 (or 0xB77E74) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 74. RGB value is (183,126,116). Sum of RGB (Red+Green+Blue) = 183+126+116=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E74 is #48818B. Grayscale: #8D8D8D. Windows color (decimal): -4751756 or 7634615. OLE color: 7634615.

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

Color convert

RGB183126116-
CMYK00.310.370.28
HSL8.96º31.75%58.63%-
HSV(B)8.96º36.61%71.76%-
XYZ30.1426.2520-
YUV141.9113.38157.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=43.06%
G=29.65%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312611600.310.370.288.9631.7558.63
HexB77E7401F251C9203b
Octal2671761640374534114073
Binary1011011111111101110100011111100101111001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E74; }

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

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

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

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

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

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

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

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