#B6807C

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

Shades of Brandy Rose #B6807C

Tints of Brandy Rose #B6807C

Color information

#B6807C (or 0xB6807C) is unknown color: approx Brandy Rose. HEX triplet: B6, 80 and 7C. RGB value is (182,128,124). Sum of RGB (Red+Green+Blue) = 182+128+124=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6807C is #497F83. Grayscale: #8F8F8F. Windows color (decimal): -4816772 or 8159414. OLE color: 8159414.

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

Color convert

RGB182128124-
CMYK00.300.320.29
HSL4.14º28.43%60%-
HSV(B)4.14º31.87%71.37%-
XYZ30.6526.8422.63-
YUV143.69116.89155.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=41.94%
G=29.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212812400.300.320.294.1428.4360
HexB6807C01E201D41c3c
Octal266200174036403543474
Binary101101101000000011111000111101000001110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6807C; }

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

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

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

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

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

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

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

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