#B3827A

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

Shades of Brandy Rose #B3827A

Tints of Brandy Rose #B3827A

Color information

#B3827A (or 0xB3827A) is unknown color: approx Brandy Rose. HEX triplet: B3, 82 and 7A. RGB value is (179,130,122). Sum of RGB (Red+Green+Blue) = 179+130+122=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3827A is #4C7D85. Grayscale: #8F8F8F. Windows color (decimal): -5012870 or 8028851. OLE color: 8028851.

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

Color convert

RGB179130122-
CMYK00.270.320.30
HSL8.42º27.27%59.02%-
HSV(B)8.42º31.84%70.2%-
XYZ30.0926.9522.03-
YUV143.74115.73153.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=41.53%
G=30.16%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913012200.270.320.308.4227.2759.02
HexB3827A01B201E81b3b
Octal2632021720334036103373
Binary1011001110000010111101001101110000011110100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3827A; }

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

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

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

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

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

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

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

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