#BF8B7E

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

Shades of Brandy Rose #BF8B7E

Tints of Brandy Rose #BF8B7E

Color information

#BF8B7E (or 0xBF8B7E) is unknown color: approx Brandy Rose. HEX triplet: BF, 8B and 7E. RGB value is (191,139,126). Sum of RGB (Red+Green+Blue) = 191+139+126=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B7E is #407481. Grayscale: #999999. Windows color (decimal): -4224130 or 8293311. OLE color: 8293311.

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

Color convert

RGB191139126-
CMYK00.270.340.25
HSL12º33.68%62.16%-
HSV(B)12º34.03%74.9%-
XYZ34.4831.0523.91-
YUV153.07112.73155.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=41.89%
G=30.48%
B=27.63%

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
Decimal19113912600.270.340.251233.6862.16
HexBF8B7E01B2219c223e
Octal2772131760334231144276
Binary10111111100010111111110011011100010110011100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B7E; }

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

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

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

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

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

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

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

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