#BF7F6F

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

Shades of Brandy Rose #BF7F6F

Tints of Brandy Rose #BF7F6F

Color information

#BF7F6F (or 0xBF7F6F) is unknown color: approx Brandy Rose. HEX triplet: BF, 7F and 6F. RGB value is (191,127,111). Sum of RGB (Red+Green+Blue) = 191+127+111=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F6F is #408090. Grayscale: #909090. Windows color (decimal): -4227217 or 7307199. OLE color: 7307199.

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

Color convert

RGB191127111-
CMYK00.340.420.25
HSL12º38.46%59.22%-
HSV(B)12º41.88%74.9%-
XYZ31.9427.418.64-
YUV144.31109.2161.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=44.52%
G=29.60%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112711100.340.420.251238.4659.22
HexBF7F6F0222A19c263b
Octal2771771570425231144673
Binary10111111111111111011110100010101010110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F6F; }

 p { color: rgb(191,127,111); }

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

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

 a { background-color: rgb(191,127,111); }

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

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

 span { border-color: rgb(191,127,111); }

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