#B9826D

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

Shades of Brandy Rose #B9826D

Tints of Brandy Rose #B9826D

Color information

#B9826D (or 0xB9826D) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 6D. RGB value is (185,130,109). Sum of RGB (Red+Green+Blue) = 185+130+109=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9826D is #467D92. Grayscale: #909090. Windows color (decimal): -4619667 or 7176889. OLE color: 7176889.

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

Color convert

RGB185130109-
CMYK00.300.410.27
HSL16.58º35.19%57.65%-
HSV(B)16.58º41.08%72.55%-
XYZ30.7527.3818.13-
YUV144.05108.22157.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=43.63%
G=30.66%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513010900.300.410.2716.5835.1957.65
HexB9826D01E291B11233a
Octal2712021550365133214372
Binary101110011000001011011010111101010011101110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9826D; }

 p { color: rgb(185,130,109); }

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

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

 a { background-color: rgb(185,130,109); }

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

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

 span { border-color: rgb(185,130,109); }

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