#B77977

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

Shades of Brandy Rose #B77977

Tints of Brandy Rose #B77977

Color information

#B77977 (or 0xB77977) is unknown color: approx Brandy Rose. HEX triplet: B7, 79 and 77. RGB value is (183,121,119). Sum of RGB (Red+Green+Blue) = 183+121+119=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B77977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77977 is #488688. Grayscale: #8B8B8B. Windows color (decimal): -4753033 or 7829943. OLE color: 7829943.

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

Color convert

RGB183121119-
CMYK00.340.350.28
HSL1.88º30.77%59.22%-
HSV(B)1.88º34.97%71.76%-
XYZ29.725.0720.73-
YUV139.31116.54159.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=43.26%
G=28.61%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312111900.340.350.281.8830.7759.22
HexB77977022231C21f3b
Octal267171167042433423773
Binary10110111111100111101110100010100011111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77977; }

 p { color: rgb(183,121,119); }

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

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

 a { background-color: rgb(183,121,119); }

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

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

 span { border-color: rgb(183,121,119); }

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