#BF7D6E

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

Shades of Brandy Rose #BF7D6E

Tints of Brandy Rose #BF7D6E

Color information

#BF7D6E (or 0xBF7D6E) is unknown color: approx Brandy Rose. HEX triplet: BF, 7D and 6E. RGB value is (191,125,110). Sum of RGB (Red+Green+Blue) = 191+125+110=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6E is #408291. Grayscale: #8F8F8F. Windows color (decimal): -4227730 or 7241151. OLE color: 7241151.

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

Color convert

RGB191125110-
CMYK00.350.420.25
HSL11.11º38.76%59.02%-
HSV(B)11.11º42.41%74.9%-
XYZ31.6326.8718.27-
YUV143.02109.37162.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=44.84%
G=29.34%
B=25.82%

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
Decimal19112511000.350.420.2511.1138.7659.02
HexBF7D6E0232A19b273b
Octal2771751560435231134773
Binary10111111111110111011100100011101010110011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7D6E; }

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

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

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

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

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

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

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

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