#B68671

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

Shades of Brandy Rose #B68671

Tints of Brandy Rose #B68671

Color information

#B68671 (or 0xB68671) is unknown color: approx Brandy Rose. HEX triplet: B6, 86 and 71. RGB value is (182,134,113). Sum of RGB (Red+Green+Blue) = 182+134+113=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68671 is #49798E. Grayscale: #929292. Windows color (decimal): -4815247 or 7440054. OLE color: 7440054.

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

Color convert

RGB182134113-
CMYK00.260.380.29
HSL18.26º32.09%57.84%-
HSV(B)18.26º37.91%71.37%-
XYZ30.828.1919.44-
YUV145.96109.4153.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=42.42%
G=31.24%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213411300.260.380.2918.2632.0957.84
HexB6867101A261D12203a
Octal2662061610324635224072
Binary101101101000011011100010110101001101110110010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68671; }

 p { color: rgb(182,134,113); }

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

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

 a { background-color: rgb(182,134,113); }

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

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

 span { border-color: rgb(182,134,113); }

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