#BF8679

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

Shades of Brandy Rose #BF8679

Tints of Brandy Rose #BF8679

Color information

#BF8679 (or 0xBF8679) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 79. RGB value is (191,134,121). Sum of RGB (Red+Green+Blue) = 191+134+121=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8679 is #407986. Grayscale: #959595. Windows color (decimal): -4225415 or 7964351. OLE color: 7964351.

HSL color Cylindrical-coordinate representation of color #BF8679: hue angle of 11.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8679 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB191134121-
CMYK00.300.370.25
HSL11.14º35.35%61.18%-
HSV(B)11.14º36.65%74.9%-
XYZ33.4629.5122.02-
YUV149.56111.88157.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=42.83%
G=30.04%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113412100.300.370.2511.1435.3561.18
HexBF867901E2519b233d
Octal2772061710364531134375
Binary10111111100001101111001011110100101110011011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8679; }

 p { color: rgb(191,134,121); }

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

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

 a { background-color: rgb(191,134,121); }

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

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

 span { border-color: rgb(191,134,121); }

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