#b88a79

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

Shades of Brandy Rose #B88A79

Tints of Brandy Rose #B88A79

Color information

#B88A79 (or 0xB88A79) is unknown color: approx Brandy Rose. HEX triplet: B8, 8A and 79. RGB value is (184,138,121). Sum of RGB (Red+Green+Blue) = 184+138+121=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A79 is #477586. Grayscale: #959595. Windows color (decimal): -4683143 or 7965368. OLE color: 7965368.

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

Color convert

RGB184138121-
CMYK00.250.340.28
HSL16.19º30.73%59.8%-
HSV(B)16.19º34.24%72.16%-
XYZ32.3129.7522.13-
YUV149.82111.74152.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=41.53%
G=31.15%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413812100.250.340.2816.1930.7359.8
HexB88A79019221C101f3c
Octal2702121710314234203774
Binary10111000100010101111001011001100010111001000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b88a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b88a79; }

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

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

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

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

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

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

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

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