#BF8A71

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

Shades of Brandy Rose #BF8A71

Tints of Brandy Rose #BF8A71

Color information

#BF8A71 (or 0xBF8A71) is unknown color: approx Brandy Rose. HEX triplet: BF, 8A and 71. RGB value is (191,138,113). Sum of RGB (Red+Green+Blue) = 191+138+113=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A71 is #40758E. Grayscale: #979797. Windows color (decimal): -4224399 or 7441087. OLE color: 7441087.

HSL color Cylindrical-coordinate representation of color #BF8A71: hue angle of 19.23º 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 #BF8A71 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191138113-
CMYK00.280.410.25
HSL19.23º37.86%59.61%-
HSV(B)19.23º40.84%74.9%-
XYZ33.5530.4519.73-
YUV151106.56156.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=43.21%
G=31.22%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113811300.280.410.2519.2337.8659.61
HexBF8A7101C291913263c
Octal2772121610345131234674
Binary101111111000101011100010111001010011100110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A71; }

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

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

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

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

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

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

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

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