#B9826C

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

Shades of Brandy Rose #B9826C

Tints of Brandy Rose #B9826C

Color information

#B9826C (or 0xB9826C) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 6C. RGB value is (185,130,108). Sum of RGB (Red+Green+Blue) = 185+130+108=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9826C is #467D93. Grayscale: #909090. Windows color (decimal): -4619668 or 7111353. OLE color: 7111353.

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

Color convert

RGB185130108-
CMYK00.300.420.27
HSL17.14º35.48%57.45%-
HSV(B)17.14º41.62%72.55%-
XYZ30.727.3617.85-
YUV143.94107.72157.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=43.74%
G=30.73%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513010800.300.420.2717.1435.4857.45
HexB9826C01E2A1B112339
Octal2712021540365233214371
Binary101110011000001011011000111101010101101110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9826C; }

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

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

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

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

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

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

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

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