#BF806F

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

Shades of Brandy Rose #BF806F

Tints of Brandy Rose #BF806F

Color information

#BF806F (or 0xBF806F) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 6F. RGB value is (191,128,111). Sum of RGB (Red+Green+Blue) = 191+128+111=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF806F is #407F90. Grayscale: #919191. Windows color (decimal): -4226961 or 7307455. OLE color: 7307455.

HSL color Cylindrical-coordinate representation of color #BF806F: hue angle of 12.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF806F is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191128111-
CMYK00.330.420.25
HSL12.75º38.46%59.22%-
HSV(B)12.75º41.88%74.9%-
XYZ32.0727.6618.69-
YUV144.9108.87160.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=44.42%
G=29.77%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112811100.330.420.2512.7538.4659.22
HexBF806F0212A19d263b
Octal2772001570415231154673
Binary101111111000000011011110100001101010110011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF806F; }

 p { color: rgb(191,128,111); }

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

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

 a { background-color: rgb(191,128,111); }

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

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

 span { border-color: rgb(191,128,111); }

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