#B6816A

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

Shades of Brandy Rose #B6816A

Tints of Brandy Rose #B6816A

Color information

#B6816A (or 0xB6816A) is unknown color: approx Brandy Rose. HEX triplet: B6, 81 and 6A. RGB value is (182,129,106). Sum of RGB (Red+Green+Blue) = 182+129+106=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6816A is #497E95. Grayscale: #8E8E8E. Windows color (decimal): -4816534 or 6980022. OLE color: 6980022.

HSL color Cylindrical-coordinate representation of color #B6816A: hue angle of 18.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6816A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB182129106-
CMYK00.290.420.29
HSL18.16º34.23%56.47%-
HSV(B)18.16º41.76%71.37%-
XYZ29.7426.6917.22-
YUV142.22107.56156.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=43.65%
G=30.94%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212910600.290.420.2918.1634.2356.47
HexB6816A01D2A1D122238
Octal2662011520355235224270
Binary101101101000000111010100111011010101110110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6816A; }

 p { color: rgb(182,129,106); }

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

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

 a { background-color: rgb(182,129,106); }

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

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

 span { border-color: rgb(182,129,106); }

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