#BF816F

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

Shades of Brandy Rose #BF816F

Tints of Brandy Rose #BF816F

Color information

#BF816F (or 0xBF816F) is unknown color: approx Brandy Rose. HEX triplet: BF, 81 and 6F. RGB value is (191,129,111). Sum of RGB (Red+Green+Blue) = 191+129+111=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF816F is #407E90. Grayscale: #919191. Windows color (decimal): -4226705 or 7307711. OLE color: 7307711.

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

Color convert

RGB191129111-
CMYK00.320.420.25
HSL13.5º38.46%59.22%-
HSV(B)13.5º41.88%74.9%-
XYZ32.2127.9218.73-
YUV145.49108.54160.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=44.32%
G=29.93%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112911100.320.420.2513.538.4659.22
HexBF816F0202A19e263b
Octal2772011570405231164673
Binary101111111000000111011110100000101010110011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF816F; }

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

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

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

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

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

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

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

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