#BF8C74

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

Shades of Brandy Rose #BF8C74

Tints of Brandy Rose #BF8C74

Color information

#BF8C74 (or 0xBF8C74) is unknown color: approx Brandy Rose. HEX triplet: BF, 8C and 74. RGB value is (191,140,116). Sum of RGB (Red+Green+Blue) = 191+140+116=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C74 is #40738B. Grayscale: #989898. Windows color (decimal): -4223884 or 7638207. OLE color: 7638207.

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

Color convert

RGB191140116-
CMYK00.270.390.25
HSL19.2º36.95%60.2%-
HSV(B)19.2º39.27%74.9%-
XYZ34.0231.0920.73-
YUV152.51107.4155.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=42.73%
G=31.32%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114011600.270.390.2519.236.9560.2
HexBF8C7401B271913253c
Octal2772141640334731234574
Binary101111111000110011101000110111001111100110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C74; }

 p { color: rgb(191,140,116); }

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

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

 a { background-color: rgb(191,140,116); }

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

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

 span { border-color: rgb(191,140,116); }

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