#BF8C7E

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

Shades of Brandy Rose #BF8C7E

Tints of Brandy Rose #BF8C7E

Color information

#BF8C7E (or 0xBF8C7E) is unknown color: approx Brandy Rose. HEX triplet: BF, 8C and 7E. RGB value is (191,140,126). Sum of RGB (Red+Green+Blue) = 191+140+126=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C7E is #407381. Grayscale: #999999. Windows color (decimal): -4223874 or 8293567. OLE color: 8293567.

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

Color convert

RGB191140126-
CMYK00.270.340.25
HSL12.92º33.68%62.16%-
HSV(B)12.92º34.03%74.9%-
XYZ34.6331.3423.96-
YUV153.65112.4154.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=41.79%
G=30.63%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114012600.270.340.2512.9233.6862.16
HexBF8C7E01B2219d223e
Octal2772141760334231154276
Binary10111111100011001111110011011100010110011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C7E; }

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

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

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

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

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

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

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

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