#B6817F

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

Shades of Brandy Rose #B6817F

Tints of Brandy Rose #B6817F

Color information

#B6817F (or 0xB6817F) is unknown color: approx Brandy Rose. HEX triplet: B6, 81 and 7F. RGB value is (182,129,127). Sum of RGB (Red+Green+Blue) = 182+129+127=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6817F is #497E80. Grayscale: #909090. Windows color (decimal): -4816513 or 8356278. OLE color: 8356278.

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

Color convert

RGB182129127-
CMYK00.290.300.29
HSL2.18º27.36%60.59%-
HSV(B)2.18º30.22%71.37%-
XYZ30.9727.1823.69-
YUV144.62118.06154.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 127 (50% from 255) = 29.00%
R=41.55%
G=29.45%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212912700.290.300.292.1827.3660.59
HexB6817F01D1E1D21b3d
Octal266201177035363523375
Binary1011011010000001111111101110111110111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6817F; }

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

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

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

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

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

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

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

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