#B88779

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

Shades of Brandy Rose #B88779

Tints of Brandy Rose #B88779

Color information

#B88779 (or 0xB88779) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 79. RGB value is (184,135,121). Sum of RGB (Red+Green+Blue) = 184+135+121=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B88779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88779 is #477886. Grayscale: #949494. Windows color (decimal): -4683911 or 7964600. OLE color: 7964600.

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

Color convert

RGB184135121-
CMYK00.270.340.28
HSL13.33º30.73%59.8%-
HSV(B)13.33º34.24%72.16%-
XYZ31.8828.921.99-
YUV148.06112.73153.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=41.82%
G=30.68%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413512100.270.340.2813.3330.7359.8
HexB8877901B221Cd1f3c
Octal2702071710334234153774
Binary1011100010000111111100101101110001011100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88779; }

 p { color: rgb(184,135,121); }

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

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

 a { background-color: rgb(184,135,121); }

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

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

 span { border-color: rgb(184,135,121); }

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