#BF8B73

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

Shades of Brandy Rose #BF8B73

Tints of Brandy Rose #BF8B73

Color information

#BF8B73 (or 0xBF8B73) is unknown color: approx Brandy Rose. HEX triplet: BF, 8B and 73. RGB value is (191,139,115). Sum of RGB (Red+Green+Blue) = 191+139+115=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B73 is #40748C. Grayscale: #979797. Windows color (decimal): -4224141 or 7572415. OLE color: 7572415.

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

Color convert

RGB191139115-
CMYK00.270.400.25
HSL18.95º37.25%60%-
HSV(B)18.95º39.79%74.9%-
XYZ33.8130.7820.38-
YUV151.81107.23155.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=42.92%
G=31.24%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113911500.270.400.2518.9537.2560
HexBF8B7301B281913253c
Octal2772131630335031234574
Binary101111111000101111100110110111010001100110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B73; }

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

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

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

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

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

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

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

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