#B6807A

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

Shades of Brandy Rose #B6807A

Tints of Brandy Rose #B6807A

Color information

#B6807A (or 0xB6807A) is unknown color: approx Brandy Rose. HEX triplet: B6, 80 and 7A. RGB value is (182,128,122). Sum of RGB (Red+Green+Blue) = 182+128+122=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6807A is #497F85. Grayscale: #8F8F8F. Windows color (decimal): -4816774 or 8028342. OLE color: 8028342.

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

Color convert

RGB182128122-
CMYK00.300.330.29
HSL29.13%59.61%-
HSV(B)32.97%71.37%-
XYZ30.5226.7921.97-
YUV143.46115.89155.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=42.13%
G=29.63%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212812200.300.330.29629.1359.61
HexB6807A01E211D61d3c
Octal266200172036413563574
Binary101101101000000011110100111101000011110111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6807A; }

 p { color: rgb(182,128,122); }

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

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

 a { background-color: rgb(182,128,122); }

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

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

 span { border-color: rgb(182,128,122); }

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