#BF7D6F

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

Shades of Brandy Rose #BF7D6F

Tints of Brandy Rose #BF7D6F

Color information

#BF7D6F (or 0xBF7D6F) is unknown color: approx Brandy Rose. HEX triplet: BF, 7D and 6F. RGB value is (191,125,111). Sum of RGB (Red+Green+Blue) = 191+125+111=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6F is #408290. Grayscale: #8F8F8F. Windows color (decimal): -4227729 or 7306687. OLE color: 7306687.

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

Color convert

RGB191125111-
CMYK00.350.420.25
HSL10.5º38.46%59.22%-
HSV(B)10.5º41.88%74.9%-
XYZ31.6926.8918.56-
YUV143.14109.87162.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=44.73%
G=29.27%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112511100.350.420.2510.538.4659.22
HexBF7D6F0232A19a263b
Octal2771751570435231124673
Binary10111111111110111011110100011101010110011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7D6F; }

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

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

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

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

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

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

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

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