#BF8B71

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

Shades of Brandy Rose #BF8B71

Tints of Brandy Rose #BF8B71

Color information

#BF8B71 (or 0xBF8B71) is unknown color: approx Brandy Rose. HEX triplet: BF, 8B and 71. RGB value is (191,139,113). Sum of RGB (Red+Green+Blue) = 191+139+113=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B71 is #40748E. Grayscale: #979797. Windows color (decimal): -4224143 or 7441343. OLE color: 7441343.

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

Color convert

RGB191139113-
CMYK00.270.410.25
HSL20º37.86%59.61%-
HSV(B)20º40.84%74.9%-
XYZ33.730.7319.78-
YUV151.58106.23156.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=43.12%
G=31.38%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113911300.270.410.252037.8659.61
HexBF8B7101B291914263c
Octal2772131610335131244674
Binary101111111000101111100010110111010011100110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B71; }

 p { color: rgb(191,139,113); }

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

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

 a { background-color: rgb(191,139,113); }

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

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

 span { border-color: rgb(191,139,113); }

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