#B77978

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

Shades of Brandy Rose #B77978

Tints of Brandy Rose #B77978

Color information

#B77978 (or 0xB77978) is unknown color: approx Brandy Rose. HEX triplet: B7, 79 and 78. RGB value is (183,121,120). Sum of RGB (Red+Green+Blue) = 183+121+120=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B77978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77978 is #488687. Grayscale: #8B8B8B. Windows color (decimal): -4753032 or 7895479. OLE color: 7895479.

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

Color convert

RGB183121120-
CMYK00.340.340.28
HSL0.95º30.43%59.41%-
HSV(B)0.95º34.43%71.76%-
XYZ29.7625.121.05-
YUV139.42117.04159.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=43.16%
G=28.54%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312112000.340.340.280.9530.4359.41
HexB77978022221C11e3b
Octal267171170042423413673
Binary1011011111110011111000010001010001011100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77978; }

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

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

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

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

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

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

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

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