#B9827D

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

Shades of Brandy Rose #B9827D

Tints of Brandy Rose #B9827D

Color information

#B9827D (or 0xB9827D) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 7D. RGB value is (185,130,125). Sum of RGB (Red+Green+Blue) = 185+130+125=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9827D is #467D82. Grayscale: #919191. Windows color (decimal): -4619651 or 8225465. OLE color: 8225465.

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

Color convert

RGB185130125-
CMYK00.300.320.27
HSL30%60.78%-
HSV(B)32.43%72.55%-
XYZ31.6927.7623.09-
YUV145.88116.22155.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=42.05%
G=29.55%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513012500.300.320.2753060.78
HexB9827D01E201B51e3d
Octal271202175036403353675
Binary101110011000001011111010111101000001101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9827D; }

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

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

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

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

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

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

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

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