#B88169

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

Shades of Brandy Rose #B88169

Tints of Brandy Rose #B88169

Color information

#B88169 (or 0xB88169) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 69. RGB value is (184,129,105). Sum of RGB (Red+Green+Blue) = 184+129+105=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B88169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88169 is #477E96. Grayscale: #8E8E8E. Windows color (decimal): -4685463 or 6914488. OLE color: 6914488.

HSL color Cylindrical-coordinate representation of color #B88169: hue angle of 18.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88169 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184129105-
CMYK00.300.430.28
HSL18.23º35.75%56.67%-
HSV(B)18.23º42.93%72.16%-
XYZ30.1726.9116.97-
YUV142.71106.72157.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=44.02%
G=30.86%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412910500.300.430.2818.2335.7556.67
HexB8816901E2B1C122439
Octal2702011510365334224471
Binary101110001000000111010010111101010111110010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88169; }

 p { color: rgb(184,129,105); }

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

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

 a { background-color: rgb(184,129,105); }

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

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

 span { border-color: rgb(184,129,105); }

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