#B98169

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

Shades of Brandy Rose #B98169

Tints of Brandy Rose #B98169

Color information

#B98169 (or 0xB98169) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 69. RGB value is (185,129,105). Sum of RGB (Red+Green+Blue) = 185+129+105=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B98169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98169 is #467E96. Grayscale: #8F8F8F. Windows color (decimal): -4619927 or 6914489. OLE color: 6914489.

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

Color convert

RGB185129105-
CMYK00.300.430.27
HSL18º36.36%56.86%-
HSV(B)18º43.24%72.55%-
XYZ30.4127.0316.98-
YUV143.01106.55157.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=44.15%
G=30.79%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512910500.300.430.271836.3656.86
HexB9816901E2B1B122439
Octal2712011510365333224471
Binary101110011000000111010010111101010111101110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98169; }

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

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

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

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

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

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

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

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