#B9827A

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

Shades of Brandy Rose #B9827A

Tints of Brandy Rose #B9827A

Color information

#B9827A (or 0xB9827A) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 7A. RGB value is (185,130,122). Sum of RGB (Red+Green+Blue) = 185+130+122=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9827A is #467D85. Grayscale: #919191. Windows color (decimal): -4619654 or 8028857. OLE color: 8028857.

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

Color convert

RGB185130122-
CMYK00.300.340.27
HSL7.62º31.03%60.2%-
HSV(B)7.62º34.05%72.55%-
XYZ31.527.6822.1-
YUV145.53114.72156.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=42.33%
G=29.75%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513012200.300.340.277.6231.0360.2
HexB9827A01E221B81f3c
Octal2712021720364233103774
Binary1011100110000010111101001111010001011011100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9827A; }

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

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

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

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

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

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

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

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