#B6857E

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

Shades of Brandy Rose #B6857E

Tints of Brandy Rose #B6857E

Color information

#B6857E (or 0xB6857E) is unknown color: approx Brandy Rose. HEX triplet: B6, 85 and 7E. RGB value is (182,133,126). Sum of RGB (Red+Green+Blue) = 182+133+126=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6857E is #497A81. Grayscale: #929292. Windows color (decimal): -4815490 or 8291766. OLE color: 8291766.

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

Color convert

RGB182133126-
CMYK00.270.310.29
HSL7.5º27.72%60.39%-
HSV(B)7.5º30.77%71.37%-
XYZ31.4428.2323.53-
YUV146.85116.23153.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=41.27%
G=30.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213312600.270.310.297.527.7260.39
HexB6857E01B1F1D81c3c
Octal2662051760333735103474
Binary101101101000010111111100110111111111101100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6857E; }

 p { color: rgb(182,133,126); }

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

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

 a { background-color: rgb(182,133,126); }

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

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

 span { border-color: rgb(182,133,126); }

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