#B9826A

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

Shades of Brandy Rose #B9826A

Tints of Brandy Rose #B9826A

Color information

#B9826A (or 0xB9826A) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 6A. RGB value is (185,130,106). Sum of RGB (Red+Green+Blue) = 185+130+106=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9826A is #467D95. Grayscale: #8F8F8F. Windows color (decimal): -4619670 or 6980281. OLE color: 6980281.

HSL color Cylindrical-coordinate representation of color #B9826A: hue angle of 18.23º 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 #B9826A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185130106-
CMYK00.300.430.27
HSL18.23º36.07%57.06%-
HSV(B)18.23º42.7%72.55%-
XYZ30.5927.3217.3-
YUV143.71106.72157.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=43.94%
G=30.88%
B=25.18%

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
Decimal18513010600.300.430.2718.2336.0757.06
HexB9826A01E2B1B122439
Octal2712021520365333224471
Binary101110011000001011010100111101010111101110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9826A; }

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

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

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

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

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

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

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

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